Skip to content
Snippets Groups Projects
Commit daa953b6 authored by Bucknell, Mary S.'s avatar Bucknell, Mary S.
Browse files

Merge branch 'fix_gitlab_ci' into 'main'

EXEMPT: CI/CD - Update gitlab ci syntax for coverage reports

See merge request !313
parents ff44a485 f6d9ad64
No related branches found
No related tags found
1 merge request!313EXEMPT: CI/CD - Update gitlab ci syntax for coverage reports
......@@ -23,7 +23,9 @@ python_unit_test:
- env/bin/coverage report -m
artifacts:
reports:
cobertura: python_coverage.xml
coverage_report:
coverage_format: cobertura
path: python_coverage.xml
rules:
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
......@@ -59,7 +61,9 @@ javascript_test:
- npm run test
artifacts:
reports:
cobertura: assets/coverage/cobertura-coverage.xml
coverage_report:
coverage_format: cobertura
path: assets/coverage/cobertura-coverage.xml
rules:
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment