Fix Pipeline definition for Gitlab 15

This commit is contained in:
Georg Krause 2022-06-08 14:12:55 +02:00
parent b248edd87c
commit 7e8bf3d850
No known key found for this signature in database
GPG Key ID: 2970D504B2183D22
1 changed files with 3 additions and 1 deletions

View File

@ -188,7 +188,9 @@ test_api:
when: always when: always
reports: reports:
junit: api/report.xml junit: api/report.xml
cobertura: api/coverage.xml coverage_report:
coverage_format: cobertura
path: api/coverage.xml
parallel: parallel:
matrix: matrix:
- PY_VER: ["3.7", "3.8", "3.9", "3.10"] - PY_VER: ["3.7", "3.8", "3.9", "3.10"]