Skip to content

Commit

Permalink
Update .gitlab-ci.yml file
Browse files Browse the repository at this point in the history
Adjust coverage report syntax for upgrade to GitLab 15.
  • Loading branch information
jmgate committed Nov 10, 2022
1 parent eccab54 commit f1bf887
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,9 @@ pytest:
paths:
- tests/htmlcov
reports:
cobertura: tests/coverage.xml
coverage_report:
coverage_format: cobertura
path: tests/coverage.xml
junit: tests/coverage.xml
cache:
<<: *global_cache
Expand Down

0 comments on commit f1bf887

Please sign in to comment.