mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-04 15:59:08 -04:00
ci: Integrate coverage with GitLab CI
This commit is contained in:
parent
a4b31f2cb0
commit
a0ba59af77
2 changed files with 4 additions and 0 deletions
|
@ -10,6 +10,7 @@ build:
|
|||
- mypy gtkblueprinttool
|
||||
- coverage run -m unittest
|
||||
- coverage html
|
||||
- coverage xml
|
||||
- meson _build -Ddocs=true
|
||||
- ninja -C _build
|
||||
- ninja -C _build test
|
||||
|
@ -18,6 +19,8 @@ build:
|
|||
paths:
|
||||
- _build
|
||||
- htmlcov
|
||||
reports:
|
||||
cobertura: coverage.xml
|
||||
|
||||
pages:
|
||||
stage: pages
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue