Skip to content

Commit

Permalink
Fix Coverage Settings (#438)
Browse files Browse the repository at this point in the history
#384 Moved the coverage settings in pyproject.toml from the pytest
settings to the tox command. Some merge conflict kept the settings in
both places, which interferes with vscode debugging. This PR removes the
redundant settings.
  • Loading branch information
callumforrester authored and ZohebShaikh committed May 7, 2024
1 parent 871d775 commit cd4b109
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ namespace_packages = false # rely only on __init__ files to determine fully q
# Run pytest with all our checkers, and don't spam us with massive tracebacks on error
addopts = """
--tb=native -vv --doctest-modules --doctest-glob="*.rst"
--cov=blueapi --cov-report term --cov-report xml:cov.xml
--ignore=src/blueapi/startup
"""
# https://iscinumpy.gitlab.io/post/bound-version-constraints/#watch-for-warnings
Expand Down

0 comments on commit cd4b109

Please sign in to comment.