We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd71ebc commit 5791850Copy full SHA for 5791850
Makefile
@@ -22,7 +22,7 @@ test : $(REPORT_PATH)
22
--include-pattern=/src \
23
--exclude-pattern=/test \
24
$(REPORT_PATH)/coverage \
25
- /bin/bats test
+ ./test/bats//bin/bats test
26
mkdir -p $(SONARQUBE_PATH)
27
cp $(REPORT_PATH)/coverage/bats.*/sonarqube.xml \
28
$(SONARQUBE_PATH)/sonarqube-report.xml
0 commit comments