There was an error while loading. Please reload this page.
2 parents 4e7eec7 + 65c2813 commit d84c659Copy full SHA for d84c659
1 file changed
.github/workflows/tests.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Test with pytest
21
run: pytest --cov=./ --cov-report=xml
22
- name: Upload coverage to Codecov
23
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
24
with:
25
files: ./coverage.xml
26
flags: unittests
0 commit comments