Skip to content

Commit

Permalink
ci: Generate detailed coverage report
Browse files Browse the repository at this point in the history
  • Loading branch information
pksadiq committed Dec 2, 2018
1 parent 4a9650b commit 7617bfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Expand Up @@ -35,7 +35,7 @@ build:
- meson test -C _build
- ccache --show-stats
- mkdir -p _build/meson-logs/coveragereport
- gcovr --root=_build --html --print-summary
- gcovr --root=_build --html-details --print-summary
-o _build/meson-logs/coveragereport/index.html
coverage: '/^lines:.*\s+(\S+\%).*$/'
cache:
Expand Down

0 comments on commit 7617bfd

Please sign in to comment.