Skip to content

Commit 72aff47

Browse files
committed
actually generate a test report
1 parent ebc58b5 commit 72aff47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

agent/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ venv: ## Sets up a python venv at `./venv`
3434
test: venv ## Test using hatch, prints coverage and outputs a report to coverage.xml
3535
$(VENV)hatch -p skyhook-agent test --cover-quiet
3636
$(VENV)coverage report --show-missing --data-file=skyhook-agent/.coverage
37-
## $(VENV)coverage xml --data-file=skyhook-agent/.coverage
37+
$(VENV)coverage xml --data-file=skyhook-agent/.coverage
3838

3939
.PHONY: format
4040
format:

0 commit comments

Comments
 (0)