mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
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:
parent
7b7c3abbe2
commit
ac31f520ea
1 changed files with 4 additions and 0 deletions
|
@ -24,3 +24,7 @@ test:
|
||||||
- AUR_CONFIG=conf/config python -m aurweb.initdb
|
- AUR_CONFIG=conf/config python -m aurweb.initdb
|
||||||
- make -C test
|
- make -C test
|
||||||
- coverage report --include='aurweb/*'
|
- coverage report --include='aurweb/*'
|
||||||
|
- coverage xml --include='aurweb/*'
|
||||||
|
artifacts:
|
||||||
|
reports:
|
||||||
|
cobertura: coverage.xml
|
||||||
|
|
Loading…
Add table
Reference in a new issue