Skip to content

Commit

Permalink
ci: оформил хранение результата покрытия тестами как в документации п…
Browse files Browse the repository at this point in the history
…о PY
  • Loading branch information
Karlo Ivan committed Jul 8, 2024
1 parent 6c2faa2 commit 6abaeee
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -214,12 +214,18 @@ coverage:
script:
- opm run coverage
timeout: 10m
# artifacts:
# reports:
# junit:
# out/genericexec/*.xml
# paths:
# - out/genericexec/
# expire_in: 30 day
artifacts:
reports:
junit:
coverage/*.xml
paths:
- coverage/
coverage_report:
coverage_format: cobertura
path: coverage/coverage.xml
expire_in: 30 day
needs:
- 1testrunner
Expand Down

0 comments on commit 6abaeee

Please sign in to comment.