openlibm/.gitignore
inky fc3646625f
test: add target to gen coverage report (#295)
* 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
2024-01-20 09:14:10 -06:00

13 lines
79 B
Plaintext

*.o
*~
*.a
*.dll*
*.so*
*.dylib*
*.pc
# code coverage
cov-html/
*.gcda
*.gcno