diff options
| author | jvoisin | 2018-06-10 01:02:21 +0200 |
|---|---|---|
| committer | jvoisin | 2018-06-10 01:02:21 +0200 |
| commit | b310a18e697c6c8d854c0547932b611dbb0d880a (patch) | |
| tree | 09509f68f3dfc6f66b3fed5863a28d6347e43f1a | |
| parent | 87bdcd1a9501e398bccb03fce606cf6925a75d16 (diff) | |
Add branch coverage to the CI
| -rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 20426f6..c1121b4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml | |||
| @@ -31,5 +31,5 @@ tests: | |||
| 31 | script: | 31 | script: |
| 32 | - apt-get -qqy update | 32 | - apt-get -qqy update |
| 33 | - apt-get -qqy install --no-install-recommends python3-mutagen python3-gi-cairo gir1.2-poppler-0.18 gir1.2-gdkpixbuf-2.0 libimage-exiftool-perl python3-coverage | 33 | - apt-get -qqy install --no-install-recommends python3-mutagen python3-gi-cairo gir1.2-poppler-0.18 gir1.2-gdkpixbuf-2.0 libimage-exiftool-perl python3-coverage |
| 34 | - python3-coverage run -m unittest discover -s tests/ | 34 | - python3-coverage run --branch -m unittest discover -s tests/ |
| 35 | - python3-coverage report -m --include 'libmat2/*' | 35 | - python3-coverage report -m --include 'libmat2/*' |
