diff options
| author | jvoisin | 2018-12-16 21:14:57 +0100 |
|---|---|---|
| committer | jvoisin | 2018-12-16 21:15:35 +0100 |
| commit | 0997c47d7ef90705559499a7b1f7b957aac28502 (patch) | |
| tree | 0b8e9d1ef10167bd0137266022095dd6b0b147f3 | |
| parent | 6bb77d77dbf81ed263bb77c3b9cf8eda2acd6b9d (diff) | |
Don't cover dependencies in the testsuite
| -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 7e4236b..a667620 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml | |||
| @@ -24,5 +24,5 @@ tests:debian: | |||
| 24 | script: | 24 | script: |
| 25 | - apt-get -qqy update | 25 | - apt-get -qqy update |
| 26 | - apt-get -qqy install --no-install-recommends mat2 python3-flask python3-coverage | 26 | - apt-get -qqy install --no-install-recommends mat2 python3-flask python3-coverage |
| 27 | - python3-coverage run --branch -m unittest discover | 27 | - python3-coverage run --branch --include main.py -m unittest discover |
| 28 | - python3-coverage report -m | 28 | - python3-coverage report -m |
