Skip to content

Commit 3da86e5

Browse files
Merge pull request #369 from HERA-Team/update-codecov
Fix issue running tests due to codecov version
2 parents 0122345 + 9ba3609 commit 3da86e5

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)