Skip to content

Commit

Permalink
Merge pull request #81 from IMMM-SFA/hotfix/remove-codecov
Browse files Browse the repository at this point in the history
remove upload to codecov
  • Loading branch information
erexer authored Jul 9, 2024
2 parents ca4a861 + 624120f commit cfccb91
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/01_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ jobs:
pip install pytest-cov
pytest --cov=./ --cov-report=xml
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
with:
file: ./coverage.xml
fail_ci_if_error: true
# - name: Upload coverage to Codecov
# uses: codecov/codecov-action@v1
# with:
# file: ./coverage.xml
# fail_ci_if_error: true

0 comments on commit cfccb91

Please sign in to comment.