Skip to content

Commit 71d6324

Browse files
authored
Fixes GitLab CI/CD configuration compatibility with GitLab 15. (#159)
1 parent aab6e50 commit 71d6324

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

fastapi_template/template/{{cookiecutter.project_name}}/.gitlab-ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,5 +104,8 @@ pytest:
104104
artifacts:
105105
when: always
106106
reports:
107-
cobertura: coverage.xml
108107
junit: report.xml
108+
coverage_report:
109+
coverage_format: cobertura
110+
path: coverage.xml
111+

0 commit comments

Comments
 (0)