Skip to content

Commit ecf8d58

Browse files
authored
v2.0.3 (#14)
* v2.0.3 * Update workflow.yml
1 parent 5668967 commit ecf8d58

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

.github/workflows/workflow.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
name: CI/CD Pipeline
22

3-
43
"on":
54
push:
65
branches: ["**"]
@@ -58,16 +57,10 @@ jobs:
5857
- name: Upload coverage to Codecov
5958
if: matrix.python-version == '3.13' && matrix.os == 'ubuntu-latest'
6059
uses: codecov/codecov-action@v5
61-
with:
62-
token: ${{ secrets.CODECOV_TOKEN }}
63-
slug: ddc/ddcDatabases
6460

6561
- name: Upload test results to Codecov
6662
if: matrix.python-version == '3.13' && matrix.os == 'ubuntu-latest'
6763
uses: codecov/test-results-action@v1
68-
with:
69-
token: ${{ secrets.CODECOV_TOKEN }}
70-
slug: ddc/ddcDatabases
7164

7265

7366
build:

0 commit comments

Comments
 (0)