This website requires JavaScript.
Explore
Help
Register
Sign in
l.behm
/
bumblebee-status
Watch
1
Star
1
Fork
You've already forked bumblebee-status
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
b2e92d816d
bumblebee-status
/
coverage.sh
5 lines
84 B
Bash
Raw
Normal View
History
Unescape
Escape
[tests] Move from nosetests to unittest Since coverage doc says nosetests hasn't been maintained for a while, switch to unittest.
2020-02-02 13:27:03 +01:00
#!/bin/bash
[tests] coverage: include files that are not covered at all
2020-05-24 13:05:03 +02:00
coverage run --source
=
. -m unittest discover -v -b
[travis] switch to coverage instead of nosetest
2020-02-02 14:06:44 +01:00
coverage report -m
Reference in a new issue
Copy permalink