Add coverage report for "Test Coverage Visualization"[1]

[1] https://docs.gitlab.com/ee/user/project/merge_requests/test_coverage_visualization.html
This commit is contained in:
Kristian Klausen 2021-05-10 22:34:19 +02:00 committed by Kevin Morris
parent 7b7c3abbe2
commit ac31f520ea

View file

@ -24,3 +24,7 @@ test:
- AUR_CONFIG=conf/config python -m aurweb.initdb
- make -C test
- coverage report --include='aurweb/*'
- coverage xml --include='aurweb/*'
artifacts:
reports:
cobertura: coverage.xml