We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebc58b5 commit 72aff47Copy full SHA for 72aff47
agent/Makefile
@@ -34,7 +34,7 @@ venv: ## Sets up a python venv at `./venv`
34
test: venv ## Test using hatch, prints coverage and outputs a report to coverage.xml
35
$(VENV)hatch -p skyhook-agent test --cover-quiet
36
$(VENV)coverage report --show-missing --data-file=skyhook-agent/.coverage
37
-## $(VENV)coverage xml --data-file=skyhook-agent/.coverage
+ $(VENV)coverage xml --data-file=skyhook-agent/.coverage
38
39
.PHONY: format
40
format:
0 commit comments