Skip to content

Commit 9ba3609

Browse files
authored
Update ci.yml
1 parent 0122345 commit 9ba3609

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,8 @@ jobs:
5858
--cov-report xml:"./coverage.xml" --junitxml="./test-reports/xunit.xml"
5959
6060
- name: Upload coverage to Codecov
61-
uses: codecov/codecov-action@v1
61+
uses: codecov/codecov-action@v3
6262
with:
63-
token: ${{ secrets.CODECOV_TOKEN }}
6463
files: ./coverage.xml
6564
directory: ./coverage/reports/
6665
flags: unittests

0 commit comments

Comments
 (0)