Fix coverage information for badges

This commit is contained in:
Rémy Taymans 2022-10-10 09:09:02 +00:00
parent 946f051404
commit 66fa0b45b8

View File

@ -18,6 +18,7 @@ pytest:
only:
- merge_requests
- "main"
coverage: '/TOTAL\s+\d+\s+\d+\s+(\d+)\%/'
script:
- python3 -m venv ./.gitlab-ci-venv
- source ./.gitlab-ci-venv/bin/activate