Skip to content

refactor: replace commonjs (cjs) with ecmascript modules (esm) - #108

Closed
zimeg wants to merge 8 commits into
zimeg-feat-spell-checksfrom
zimeg-refactor-esm
Closed

refactor: replace commonjs (cjs) with ecmascript modules (esm)#108
zimeg wants to merge 8 commits into
zimeg-feat-spell-checksfrom
zimeg-refactor-esm

fix: use github shorthand notation

417e6e1
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
GitHub Actions / Health Score completed Aug 2, 2025 in 1s

-542

-542 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.

  • // TODO: wire up action outputs
  • //|/\\*|\\*).*\\b(${CommentType.TODO}|${CommentType.HACK}|${CommentType.FIXME})\\b;`
  • // example line output = "./src/report.js:47: // TODO: handle API call erroring out"
  • // TODO: handle API call erroring out

Code Coverage

According to the code coverage for this project, there are 142 uncovered lines of code. Each uncovered line of code contributes -1 to the health score.

Annotations

Check warning on line 14 in src/health-score.js

See this annotation in the file changed.

@github-actions github-actions / Health Score

src/health-score.js#L14

Problematic comment ("TODO") identified

Check warning on line 48 in src/score_components/find-problematic-comments.js

See this annotation in the file changed.

@github-actions github-actions / Health Score

src/score_components/find-problematic-comments.js#L48

Problematic comment ("TODO", "HACK", "FIXME") identified

Check warning on line 63 in src/score_components/find-problematic-comments.js

See this annotation in the file changed.

@github-actions github-actions / Health Score

src/score_components/find-problematic-comments.js#L63

Problematic comment ("TODO", "HACK", "FIXME") identified

Check warning on line 55 in src/report.js

See this annotation in the file changed.

@github-actions github-actions / Health Score

src/report.js#L55

Problematic comment ("TODO") identified