diff --git a/README.md b/README.md index bd51f5d1ccad2e81df12cdf454a32a41f4f1f4a1..87d251c3e3a5ccb41614d904a224474670568df4 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,13 @@ doesn't run on [Debian Jessie](https://packages.debian.org/jessie/python3). $ python3 -m unittest discover -v ``` +And if you want to see the coverage: + +```bash +$ python3-coverage run --branch -m unittest discover -s tests/ +$ python3-coverage report --include -m --include /libmat2/*' +``` + # How to use MAT2 ```bash