Skip to content

Commit

Permalink
Update CONTRIBUTING.rst
Browse files Browse the repository at this point in the history
Switch pytest coverage config to pyproject.toml

Due to the removal of setup.cfg in the qcodes repository, the coverage configuration has been moved to pyproject.toml.
  • Loading branch information
DCEM authored Sep 27, 2023
1 parent c31181c commit 8dd571e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ Then to test and view the coverage:

::

pytest --cov=qcodes --cov-report xml --cov-config=setup.cfg
pytest --cov=qcodes --cov-report xml --cov-config=pyproject.toml

To test and see the coverage (with missing lines) of a single module:

Expand Down

0 comments on commit 8dd571e

Please sign in to comment.