Skip to content

Commit

Permalink
Pytest: Generate coverage report
Browse files Browse the repository at this point in the history
  • Loading branch information
thvitt committed Jun 15, 2021
1 parent 66d7fdc commit 70953b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -14,6 +14,7 @@ dist
.eggs
.noseids
coverage.xml
/htmlcov
nosetests.xml
.python-version

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -28,7 +28,7 @@ ipykernel = "^5.5.5"
nbsphinx = "^0.8.6"

[tool.pytest.ini_options]
addopts = "--doctest-modules --junit-xml pytest.xml"
addopts = "--doctest-modules --junit-xml pytest.xml --cov=delta --cov-report=html --cov-report=xml"

[build-system]
requires = ["poetry-core>=1.0.0"]
Expand Down

0 comments on commit 70953b4

Please sign in to comment.