Skip to content

Commit

Permalink
Downgrades codecov action
Browse files Browse the repository at this point in the history
There seems to be an issue with the >v0.1.15
src: codecov/codecov-action/issues/598
  • Loading branch information
brunolange committed Feb 19, 2022
1 parent 85c2977 commit c55846f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,5 @@ jobs:
pytest --cov=artifax --cov-report=xml test
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v2
with:
version: "v0.1.15"

0 comments on commit c55846f

Please sign in to comment.