
Add the necessary compiler flags to the Makefile to actually make coverage reports available locally, too. The coverage files have to get cleaned every time before the test gets run. Otherwise, it would sum up the coverage over multiple test runs.
14 lines
139 B
Plaintext
14 lines
139 B
Plaintext
dunst
|
|
*.o
|
|
*.gcda
|
|
*.gcno
|
|
*.gcov
|
|
core
|
|
vgcore.*
|
|
dunst.1
|
|
org.knopwob.dunst.service
|
|
dunst.systemd.service
|
|
dunstify
|
|
test/test
|
|
docs/internal/html
|