Add python-coverage to test target

.gitlab-ci.yml:
Add python-coverage to test target.
This commit is contained in:
David Runge 2021-10-31 22:19:30 +01:00 committed by Levente Polyak
parent a21e6f21fb
commit c968e7815a
No known key found for this signature in database
GPG Key ID: FC1B547C8D8172C8

View File

@ -21,7 +21,7 @@ test:
stage: test
needs: []
before_script:
- pacman -Syu --needed --noconfirm make python sequoia-sq python-pytest
- pacman -Syu --needed --noconfirm make python sequoia-sq python-coverage python-pytest
script:
- make test
only: