We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5668967 commit ecf8d58Copy full SHA for ecf8d58
1 file changed
.github/workflows/workflow.yml
@@ -1,6 +1,5 @@
1
name: CI/CD Pipeline
2
3
-
4
"on":
5
push:
6
branches: ["**"]
@@ -58,16 +57,10 @@ jobs:
58
57
- name: Upload coverage to Codecov
59
if: matrix.python-version == '3.13' && matrix.os == 'ubuntu-latest'
60
uses: codecov/codecov-action@v5
61
- with:
62
- token: ${{ secrets.CODECOV_TOKEN }}
63
- slug: ddc/ddcDatabases
64
65
- name: Upload test results to Codecov
66
67
uses: codecov/test-results-action@v1
68
69
70
71
72
73
build:
0 commit comments