* test: add target to gen coverage report * test: show branch coverage * ci: setup codecov * Readme: add codecov badge * ci: upload coverage report * test: add note for CODE_COVERAGE flag
13 lines
79 B
Plaintext
13 lines
79 B
Plaintext
*.o
|
|
*~
|
|
*.a
|
|
*.dll*
|
|
*.so*
|
|
*.dylib*
|
|
*.pc
|
|
|
|
# code coverage
|
|
cov-html/
|
|
*.gcda
|
|
*.gcno
|