Skip to content

Commit

Permalink
temporarily skip Codecov integration
Browse files Browse the repository at this point in the history
  • Loading branch information
CllaudiaB committed Dec 11, 2024
1 parent 2dd54e3 commit bfe34bf
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ jobs:
run: pip install . .[tests]
- name: Run tests
run: ./tests.sh
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
with:
files: ./coverage.xml
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true
#- name: Upload coverage to Codecov
# uses: codecov/codecov-action@v3
# with:
# files: ./coverage.xml
# token: ${{ secrets.CODECOV_TOKEN }}
# fail_ci_if_error: true
ruff_linter:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit bfe34bf

Please sign in to comment.