mirror of
https://gitlab.freedesktop.org/emersion/libliftoff.git
synced 2024-11-16 19:47:55 +01:00
ci: drop unnecessary gcovr.cfg lines
This file is checked in now.
This commit is contained in:
parent
25dd6d662e
commit
0e3519fd80
1 changed files with 0 additions and 2 deletions
|
@ -29,8 +29,6 @@ tasks:
|
|||
ninja -C build-clang/ test
|
||||
- coverage: |
|
||||
cd libliftoff
|
||||
echo "exclude-directories = test/" >>gcovr.cfg
|
||||
echo "exclude-directories = example/" >>gcovr.cfg
|
||||
ninja -C build-gcc/ coverage-html
|
||||
cd build-gcc/meson-logs/
|
||||
tar -czf ~/coveragereport.tar.gz coveragereport
|
||||
|
|
Loading…
Reference in a new issue