Skip to content

Commit 27e6d5e

Browse files
author
Wout Feys
committed
Only use aikido_firewall/ folder for coverage command
1 parent 606b3fd commit 27e6d5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ test:
2222

2323
.PHONY: end2end
2424
end2end:
25-
poetry run pytest end2end/
25+
poetry run pytest end2end/
2626

2727
.PHONY: cov
2828
cov:
29-
poetry run pytest --cov=aikido_firewall --cov-report=xml
29+
poetry run pytest aikido_firewall/ --cov=aikido_firewall --cov-report=xml

0 commit comments

Comments
 (0)