Skip to content

Commit

Permalink
Merge pull request #4 from GSA-TTS/add-coverage
Browse files Browse the repository at this point in the history
Add coverage.py
  • Loading branch information
akuny authored Oct 6, 2023
2 parents 305a661 + 88ba445 commit abe448f
Show file tree
Hide file tree
Showing 3 changed files with 72 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[run]
source = nad_ch/

[report]
omit =
*/__init__.py
66 changes: 65 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ python = "^3.11"
[tool.poetry.group.dev.dependencies]
pytest = "^7.4.2"
flake8 = "^6.1.0"
coverage = "^7.3.2"

[tool.poetry.scripts]
start = "nad_ch.main:main"
Expand Down

0 comments on commit abe448f

Please sign in to comment.