PavanMudigonda / lines-of-code-reporter

GitHub Action to calculate and publish lines of code report in GitHub Actions as Checksuite.
MIT License
11 stars 2 forks source link

Support scanning multiple directories #5

Closed GeofferyMedved closed 1 year ago

GeofferyMedved commented 1 year ago

Allow users to pass a comma separated list (or other syntax) of multiple directories for line counting.

PavanMudigondaTR commented 1 year ago

The below changes are being added part of this PR.

PavanMudigondaTR commented 1 year ago

@GeofferyMedved This is done. Please use v1.5. Also ReadMe is updated with full documentation.