Skip to content

Commit

Permalink
Disabled codecov upload as it was causing difficulties
Browse files Browse the repository at this point in the history
  • Loading branch information
tclose authored May 30, 2024
1 parent b429e38 commit 865abf1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ jobs:
- name: Pytest
run: pytest -vs tests --cov xnat4tests --cov-config .coveragerc --cov-report xml

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v2
with:
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}
# - name: Upload coverage to Codecov
# uses: codecov/codecov-action@v2
# with:
# fail_ci_if_error: true
# token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 865abf1

Please sign in to comment.