Skip to content

Commit 92942e7

Browse files
committed
Merge branch 'main' into fix-numpy-warnings
2 parents 41cc8bc + 3da86e5 commit 92942e7

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)