-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Description
I expect
- gitlab-ci.yaml to highlight code coverage
Instead
- no code coverage
Notes
see https://docs.gitlab.com/ee/ci/testing/test_coverage_visualization/
job:
...
# From: https://docs.gitlab.com/ee/ci/testing/code_coverage.html#test-coverage-examples
coverage: /TOTAL.*? (100(?:\.0+)?\%|[1-9]?\d(?:\.\d+)?\%)$/
# From: https://docs.gitlab.com/ee/ci/testing/test_coverage_visualization/cobertura.html#python-example
artifacts:
reports:
coverage_report:
coverage_format: cobertura
path: coverage.xmlMetadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed