Skip to content

Commit

Permalink
add coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
cfstcyr committed Nov 14, 2023
1 parent be296d8 commit 15c81af
Show file tree
Hide file tree
Showing 3 changed files with 89 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"python.testing.pytestArgs": [
"."
"--cov-report=xml", "--cov-report=term", "--cov=src", "src"
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true,
Expand Down
1 change: 1 addition & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ black = "*"
isort = "*"
pytest = "*"
pyinstaller = "*"
pytest-cov = "*"

[requires]
python_version = "3.10"
104 changes: 87 additions & 17 deletions Pipfile.lock

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

0 comments on commit 15c81af

Please sign in to comment.