FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
python-daemon/coverage.sh at develop · cryptic-game/python-daemon · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
This repository was archived by the owner on Mar 13, 2022. It is now read-only.
cryptic-game
/
python-daemon
Public archive
Notifications
You must be signed in to change notification settings
Fork
0
Star
6
Code
Issues
0
Pull requests
0
Discussions
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
python-daemon
/
coverage.sh
Copy path
More file actions
More file actions
Latest commit
History
History
History
executable file
·
11 lines (10 loc) · 200 Bytes
Breadcrumbs
python-daemon
/
coverage.sh
Copy path
File metadata and controls
executable file
·
11 lines (10 loc) · 200 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
#!
/bin/sh
if
PYTHONWARNINGS=ignore coverage run --source=daemon -m unittest discover -v tests
then
coverage
${1
:-
xml}
coverage report
coverage erase
else
coverage erase
exit
1
fi
Back
|
FazBrowse Home
|
New Git URL