Skip to content

Commit

Permalink
chore: disable codecov for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelblijleven committed Dec 6, 2022
1 parent 7bdf37e commit 5b30f76
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ jobs:
- name: Run mypy
run: mypy src
- name: Run tests
run: pytest --cov=./ --cov-report=xml --durations=10
- name: "Upload coverage to Codecov"
if: matrix.python-version == 3.11 # Only upload coverage once per run
uses: codecov/codecov-action@v2
with:
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}
run: pytest --durations=10 # --cov=./ --cov-report=xml
# - name: "Upload coverage to Codecov"
# if: matrix.python-version == 3.11 # Only upload coverage once per run
# uses: codecov/codecov-action@v2
# with:
# fail_ci_if_error: true
# token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 5b30f76

Please sign in to comment.