We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 386d853 commit 2ccd066Copy full SHA for 2ccd066
.github/workflows/ci.yml
@@ -78,7 +78,7 @@ jobs:
78
pytest tests
79
python -m coverage xml
80
- name: Upload coverage
81
- uses: codecov/codecov-action@v1
+ uses: codecov/codecov-action@v2.1.0
82
with:
83
file: ./coverage.xml
84
fail_ci_if_error: false
0 commit comments