Skip to content

Commit 309acc9

Browse files
committed
--wip--
1 parent 1bb4804 commit 309acc9

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

.coveragerc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
[run]
2+
relative_files = true
3+
4+
[paths]
5+
source =
6+
injector/
7+
*/site-packages/injector/
8+
19
[report]
210
exclude_also =
311
if TYPE_CHECKING:

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
pip install .
3535
- name: Run tests
3636
run: |
37-
python -m pytest -vv --cov=injector --cov-branch --cov-report html --cov-report term
37+
pytest -vv --cov="$PWD/injector" --cov-branch --cov-report html --cov-report term
3838
if which mypy; then mypy injector ; fi
3939
if which black; then black --check . ; fi
4040
check-manifest

0 commit comments

Comments
 (0)