Skip to content

Commit 4e71c25

Browse files
committed
revert to old codecove action
1 parent 9d3d795 commit 4e71c25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
run: pytest --cov=bsblan --cov-report=xml
5151
- name: Upload coverage to Codecov
5252
if: matrix.python == 3.8 && matrix.os == 'ubuntu'
53-
uses: codecov/codecov-action@v1
53+
uses: codecov/codecov-action@v1.0.3
5454
with:
5555
token: ${{ secrets.CODECOV_TOKEN }}
5656
file: ./coverage.xml

0 commit comments

Comments
 (0)