lc-soft/LCUI




The issue has been closed
Add coveragerc file for Coverall #186
anshulxyz posted onGitHub
Describe the bug Write a coveragerc file for Coveralls so that it doesn't collect the docs, markdown files and other files that don't affect the source code of the project.
Expected behavior The coverage program should not cover docs, which gives a misleading coverage percentage. Coverage should only be about the source code that gets tests by the tests.
Additional context This will overall give you a more precise coverage report and help in tracking what source code needs to be tested.