Skip to content

Commit

Permalink
read cov config from pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
jenshnielsen committed Sep 4, 2023
1 parent 1bcabef commit ee14c5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
run: mypy qcodes_contrib_drivers
- name: Run tests
run: |
pytest --cov=qcodes_contrib_drivers --cov-report xml --cov-config=setup.cfg qcodes_contrib_drivers
pytest --cov=qcodes_contrib_drivers --cov-report xml --cov-config=pyproject.toml qcodes_contrib_drivers
- name: Upload coverage to Codecov
uses: codecov/[email protected]
with:
Expand Down

0 comments on commit ee14c5a

Please sign in to comment.