Skip to content

Commit

Permalink
Provide coverage source in pyproject.toml for forward compatibility w…
Browse files Browse the repository at this point in the history
…ith coverage 7.x. Validated with coverage 6.5.0 and 7.3.2.
  • Loading branch information
sodul committed Dec 7, 2023
1 parent 480c339 commit 70bfcc3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,7 @@ show_column_numbers = true
show_error_codes = true
# This might require to set `--no-pretty` in your IDE plugin.
pretty = true


[tool.coverage.run]
source = ["green"]

0 comments on commit 70bfcc3

Please sign in to comment.