Skip to content

Commit

Permalink
Do not upload to codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
bobleesj committed Jul 3, 2024
1 parent 7bbd594 commit 0f38aa7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/python-run-pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
pip install pytest pytest-cov
python -m pytest -m "not pyvista" --cov=./ --cov-report=xml
- name: Upload coverage reports to Codecov
uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: bobleesj/cifkit
# - name: Upload coverage reports to Codecov
# uses: codecov/[email protected]
# with:
# token: ${{ secrets.CODECOV_TOKEN }}
# slug: bobleesj/cifkit

0 comments on commit 0f38aa7

Please sign in to comment.