Skip to content
This repository was archived by the owner on Aug 19, 2022. It is now read-only.

Commit ac0fa6d

Browse files
authored
Merge pull request #412 from staticdev/coverage-for-tests
Coverage for tests
2 parents d5368b2 + 73248ba commit ac0fa6d

File tree

2 files changed

+2
-22
lines changed

2 files changed

+2
-22
lines changed

pyproject.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,11 @@ pyupgrade = "^2.29.1"
5959

6060
[tool.coverage.paths]
6161
source = ["src", "*/site-packages"]
62+
tests = ["tests", "*/tests"]
6263

6364
[tool.coverage.run]
6465
branch = true
65-
source = ["django_sorting_bootstrap"]
66+
source = ["django_sorting_bootstrap", "tests"]
6667

6768
[tool.coverage.report]
6869
show_missing = true

tests/manage.py

-21
This file was deleted.

0 commit comments

Comments
 (0)