File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ integration-test: install ## Run {{project_name}} integration tests
62
62
.PHONY: coverage
63
63
coverage: install ## Run {{project_name}} tests coverage
64
64
echo "[coverage] Run {{project_name}} tests coverage."
65
- ${POETRY_BINARY} run pytest --cov-config=.coveragerc --cov ={{package_name}} --cov-fail-under=90 --cov-report=xml --cov-report=term-missing tests
65
+ ${POETRY_BINARY} run pytest --cov={{package_name}} --cov-fail-under=90 --cov-report=xml --cov-report=term-missing tests
66
66
67
67
.PHONY: test
68
68
test: unit-test integration-test ## Run {{project_name}} tests
Original file line number Diff line number Diff line change 114
114
pkgs.coreutils
115
115
]}"
116
116
echo "[nix][coverage] Run {{project_name}} tests coverage."
117
- pytest --cov-config=.coveragerc --cov ={{package_name}} --cov-fail-under=90 --cov-report=xml --cov-report=term-missing tests
117
+ pytest --cov={{package_name}} --cov-fail-under=90 --cov-report=xml --cov-report=term-missing tests
118
118
'');
119
119
};
120
120
test = {
You can’t perform that action at this time.
0 commit comments