Skip to content

Commit

Permalink
Attempting to disable cov
Browse files Browse the repository at this point in the history
  • Loading branch information
sveinse committed Apr 7, 2024
1 parent 47030ca commit 529294c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ jobs:
python -m pip install .[dev]
- name: Test with pytest
run: |
pytest --cov=objdictgen --cov-report=xml -p no:logging
pytest --no-cov -p no:logging
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4.0.1
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: Laerdal/python-objdictgen
slug: Laerdal/python-objdictgen

0 comments on commit 529294c

Please sign in to comment.