Skip to content

Commit

Permalink
Don't report coverage on _version.py. This is only an issue when runn…
Browse files Browse the repository at this point in the history
…ing locally but can be misleading when comparing to CI results. (#272)
  • Loading branch information
cidrblock authored Jul 31, 2024
1 parent 1c78dea commit 00524dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ sort = "Cover"
[tool.coverage.run]
branch = false # https://github.com/nedbat/coveragepy/issues/605
concurrency = ["multiprocessing", "thread"]
omit = ["_version.py"]
parallel = true
source_pkgs = ["ansible_creator"]

Expand Down

0 comments on commit 00524dc

Please sign in to comment.