forked from romeovs/lcov-reporter-action
-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
bugSomething isn't workingSomething isn't working
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
redBaron23
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working