Open
Description
When attempting to run the GitHub action with the barebones config for a monorepo:
- name: Add coverage comment
uses: ScaCap/[email protected]
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
monorepo-base-path: './packages'
I get the following error:
TypeError: e is not iterable
I suspect it is because the action is unable to locate the appropriate lcov.info
? All coverage files are actually not created in <ROOT>/packages
, but into <ROOT>/coverage/packages
. Changing the monorepo-base-path
to ./coverage/packages
throws a different error:
Failed to parse string