Skip to content

Commit 2f55080

Browse files
committed
Fix coverage report generations
1 parent 5268f78 commit 2f55080

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ run: install
7070
.PHONY: run
7171

7272
test:
73-
@cd src/tests; $(RUN) pytest --cov --cov-branch --cov-report=xml
73+
@cd src/tests; $(RUN) coverage run --rcfile=../../pyproject.toml -m manage test
7474
.PHONY: test
7575

7676
coverage-html: test

0 commit comments

Comments
 (0)