Skip to content

Commit

Permalink
Use correct format for source in coverage config
Browse files Browse the repository at this point in the history
  • Loading branch information
puddly committed Aug 2, 2023
1 parent 4c62f4d commit 8e294f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ ignore = ["W503", "E203", "E501", "D202"]
per-file-ignores = ["tests/*:F811,F401,F403"]

[tool.coverage.run]
source = "bellows"
source = ["bellows"]
omit = [
"bellows/cli/*.py",
"bellows/typing.py",
Expand Down

0 comments on commit 8e294f7

Please sign in to comment.