Skip to content

Commit

Permalink
Fix lines of code mapping
Browse files Browse the repository at this point in the history
We were inadvertently using codeql language ids instead of the action's
language ids. There is now a 3-way mapping between the ids used by
the lines counter library, the action, and codeql.
  • Loading branch information
Andrew Eisenberg committed May 7, 2021
1 parent 35a83b9 commit b6ae33f
Show file tree
Hide file tree
Showing 8 changed files with 116 additions and 62 deletions.
2 changes: 1 addition & 1 deletion lib/analyze.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

62 changes: 43 additions & 19 deletions lib/count-loc.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/count-loc.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit b6ae33f

Please sign in to comment.