Skip to content

These Paths Were Made for Walking

Choose a tag to compare

@pento pento released this 29 Mar 06:56
· 6 commits to main since this release
e0479c2

New: Multiple path prefixes

The path input now accepts multiple path prefixes, one per line. Projects with source code in multiple directories can enforce coverage checks across all of them.

- uses: pento/lcov-coverage-check@v2
  with:
    path: |
      lib/
      src/
    github-token: ${{ secrets.GITHUB_TOKEN }}

Previously, path accepted a single prefix. Existing single-path usage is unchanged. (#7)