Skip to content

Commit

Permalink
- changed "make test" to break if a test fails;
Browse files Browse the repository at this point in the history
  • Loading branch information
jaltmayerpizzorno committed May 2, 2022
1 parent 4d27820 commit 4b976ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -10,7 +10,7 @@ test:
if ! [ -z $$P ]; then \
$$P --version; \
$$P -m pip -q install -e .; \
$$P -m coverage run -a --branch --include 'slipcover/*' -m pytest --no-header --tb=no; \
$$P -m coverage run -a --branch --include 'slipcover/*' -m pytest --no-header --tb=no || break; \
fi; \
done
- python3 -m coverage report -m
Expand Down

0 comments on commit 4b976ca

Please sign in to comment.