pavanmudigonda/lines-of-code-reporter

Calculates and publishes lines of code report in GitHub Actions as Checksuite.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
directoryPath to the Directory(s) where Calculation below which calculation needs to run. Defaults to github workspace. Comma separated allowed currently. no${{ github.workspace }}
exclude_dirdirectories to be excluded. Comma separated allowed currently Defaults to a dummy value to avoid errors Comma separated allowed currently. no.git
exclude_langlanguages to be excluded. Comma separated allowed currently. no
exclude_extextensions to be excluded. Comma separated allowed currently. no
include_langlanguages to be included. Comma separated allowed currently. no
include_extextensions to be included. Comma separated allowed currently. no
github_tokenGITHUB_TOKEN to authenticate against API calls to attach report to Workflow Run. no${{ github.token }}
skip_check_runIf true, will skip attaching the Tests Result report to the Workflow Run using a Check Run. nofalse
namedescription
loc_reportOutput report in markdown
total_lines_stringTotal Lines of Code String Comma Separated
total_lines_intTotal Lines of Code int
check_run_idcheck run id of the report
check_run_urlcheck run url of the report