Skip to content

Commit 9fd56b1

Browse files
committed
move coverage config to pyproject.toml, remove outdated Makefile
1 parent fa5b141 commit 9fd56b1

File tree

3 files changed

+8
-60
lines changed

3 files changed

+8
-60
lines changed

.coveragerc

-11
This file was deleted.

Makefile

-49
This file was deleted.

pyproject.toml

+8
Original file line numberDiff line numberDiff line change
@@ -61,3 +61,11 @@ commit = true
6161
filename = "django_scrubber/__init__.py"
6262
search = '__version__ = "{current_version}"'
6363
replace = '__version__ = "{new_version}"'
64+
65+
[tool.coverage.run]
66+
branch = true
67+
68+
[tool.coverage.report]
69+
omit = ["*site-packages*", "*tests*", "*.tox*"]
70+
show_missing = true
71+
exclude_lines = ["raise NotImplementedError"]

0 commit comments

Comments
 (0)