This website requires JavaScript.
Explore
Help
Sign in
mdiluz
/
matchy
Watch
1
Star
0
Fork
You've already forked matchy
0
Code
Issues
5
Pull requests
7
Packages
1
Activity
Actions
f00216fffc
matchy
/
bin
/
coverage.sh
5 lines
67 B
Bash
Raw
Normal View
History
Unescape
Escape
Update the README with more infomation
2024-08-10 22:04:21 +01:00
#!/usr/bin/env bash
Ensure bash scripts exit on fail and explain what they're doing
2024-08-11 18:07:20 +01:00
set
-x
set
-e
Update the README with more infomation
2024-08-10 22:04:21 +01:00
pytest --cov
=
. --cov-report
=
html
Reference in a new issue
Copy permalink