Detect paths in gitignore (Fix #14) (#17) #84
GitHub Actions / Health Score
completed
May 15, 2024 in 11s
-814
-814 health score points
Details
Score Breakdown
Problematic Comments
Each problematic comment (i.e. comments with TODO, HACK or FIXME in it) contributes -100 points to the health score.
find += ' -exec grep -E \'TODO|HACK|FIXME\' {} \\;';
// TODO: handle error
// TODO: wire up action outputs
// TODO: support src as arrays
// TODO: wire up exclude input
Each problematic comment (i.e. comments with TODO, HACK or FIXME in it) contributes -${PROBLEMATIC_COMMENT_PENALTY} points to the health score.
// TODO: handle API call erroring out
Code Coverage
According to the code coverage for this project, there are 114 uncovered lines of code. Each uncovered line of code contributes -1 to the health score.
Loading