Skip to content
Snippets Groups Projects
Verified Commit 40f09826 authored by Kristian Klausen's avatar Kristian Klausen :tada:
Browse files
parent ed7121a6
No related branches found
No related tags found
No related merge requests found
......@@ -7,3 +7,14 @@ test:
- make test DOCKER=podman
tags:
- vm
code-coverage:
script:
- pacman -Syu --needed --noconfirm podman make jq
- make test-coverage DOCKER=podman 2>/dev/null
- "echo \"Percent coverage: $(jq -r .percent_covered coverage/bats.*/coverage.json)%\""
tags:
- vm
artifacts:
reports:
cobertura: coverage/bats.*/cobertura.xml
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