Skip to content

Commit cc48e5f

Browse files
committed
added cov to local workflow
1 parent 6ed1ded commit cc48e5f

File tree

3 files changed

+86
-1
lines changed

3 files changed

+86
-1
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ DEV/
1313

1414
pip-selfcheck.json
1515

16+
.coverage
17+
.coverage*
18+
1619
html-coverage
1720
html-report
1821

poetry.lock

Lines changed: 82 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ jupyter = "^1.0.0"
4747
black = "^20.8b1"
4848
ipykernel = "^5.4.3"
4949
jedi = "0.17.2"
50+
pytest-cov = "^2.11.1"
5051

5152
[tool.poetry.extras]
5253
optionals = ["scikit-learn", "matplotlib"]

0 commit comments

Comments
 (0)