Skip to content

Commit

Permalink
Merge pull request #25 from thisac/fix/coverage-run
Browse files Browse the repository at this point in the history
Update coverage config
  • Loading branch information
thisac authored Feb 8, 2023
2 parents 4ffd787 + ff35eb9 commit 10b70b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .coveragerc
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
branch = True
plugins = Cython.Coverage
omit =
dwave/gate/simulator/ops.pxd
dwave/gate/simulator/operation_generation.py
*/dwave/gate/simulator/operation_generation.py

[report]
exclude_lines =
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ Tests and coverage can be run using Pytest.

.. code-block:: bash
pytest tests/ --cov=dwave.gate
python -m pytest tests/ --cov=dwave.gate
.. installation-end-marker
Expand Down

0 comments on commit 10b70b6

Please sign in to comment.