Skip to content

Commit 0de31bb

Browse files
authored
Merge pull request #102 from sfinkens/update-codecov
Update codecov uploader
2 parents f23ecbd + 8d2c097 commit 0de31bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
pytest --cov=pygac pygac/tests --cov-report=xml
4343
4444
- name: Upload unittest coverage
45-
uses: codecov/codecov-action@v1
45+
uses: codecov/codecov-action@v2
4646
with:
4747
file: ./coverage.xml
4848
env_vars: OS,PYTHON_VERSION

0 commit comments

Comments
 (0)