Skip to content

Commit

Permalink
Merge pull request #107 from Pennycook/coverage
Browse files Browse the repository at this point in the history
Add coverage configuration to pyproject.toml
  • Loading branch information
Pennycook committed Sep 19, 2024
2 parents 80cc42f + 115301d commit ff4706d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,10 @@ include = ["codebasin*"]

[tool.setuptools.dynamic]
readme = {file = ["README.md"]}

[tool.coverage.run]
command_line = "-m unittest"
source = ["codebasin"]

[tool.coverage.report]
show_missing = true

0 comments on commit ff4706d

Please sign in to comment.