
The coveralls service is a great webservice, but like the testsuite it's better to have an alternative, which makes it possible to process it locally. This is faster and doesn't even require a full push iteration. gcovr is easy to get: pip install gcovr make test-coverage-report
17 lines
177 B
Plaintext
17 lines
177 B
Plaintext
*.o
|
|
*.gcda
|
|
*.gcno
|
|
*.gcov
|
|
|
|
core
|
|
vgcore.*
|
|
|
|
/docs/dunst.1
|
|
/docs/internal/coverage
|
|
/docs/internal/html
|
|
/dunst
|
|
/dunstify
|
|
/dunst.systemd.service
|
|
/org.knopwob.dunst.service
|
|
/test/test
|