diff options
| author | Jan Friedli | 2020-07-13 16:11:54 +0200 |
|---|---|---|
| committer | Jan Friedli | 2020-07-13 16:11:54 +0200 |
| commit | 6bac3d43ed210975936aec2d1dd86015d67d4fdb (patch) | |
| tree | 4fcd693bff0df7f14c35c1caeb73ce3429ff782c /.gitlab-ci.yml | |
| parent | 37469e3e080952fdb21cefdce2346fd727990850 (diff) | |
fixing coverage error
Diffstat (limited to '.gitlab-ci.yml')
| -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 c73a131..e0a26f4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml | |||
| @@ -39,7 +39,7 @@ tests:debian: | |||
| 39 | - apt-get -qqy install --no-install-recommends mat2 python3-flask python3-coverage python3-pip python3-setuptools | 39 | - apt-get -qqy install --no-install-recommends mat2 python3-flask python3-coverage python3-pip python3-setuptools |
| 40 | - pip3 install wheel | 40 | - pip3 install wheel |
| 41 | - pip3 install -r requirements.txt | 41 | - pip3 install -r requirements.txt |
| 42 | - python3-coverage run --branch --include main.py -m unittest discover -s test | 42 | - python3-coverage run --branch main.py,matweb/*.py -m unittest discover -s test |
| 43 | - python3-coverage report -m | 43 | - python3-coverage report -m |
| 44 | 44 | ||
| 45 | build-docker: | 45 | build-docker: |
