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 9d3d795 commit 4e71c25Copy full SHA for 4e71c25
.github/workflows/ci.yml
@@ -50,7 +50,7 @@ jobs:
50
run: pytest --cov=bsblan --cov-report=xml
51
- name: Upload coverage to Codecov
52
if: matrix.python == 3.8 && matrix.os == 'ubuntu'
53
- uses: codecov/codecov-action@v1
+ uses: codecov/codecov-action@v1.0.3
54
with:
55
token: ${{ secrets.CODECOV_TOKEN }}
56
file: ./coverage.xml
0 commit comments