Skip to content
Snippets Groups Projects
Commit 8b5d0c28 authored by Julien (jvoisin) Voisin's avatar Julien (jvoisin) Voisin
Browse files

Document how to get the coverage from the testsuite

parent 8e84ba54
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment