generated from actions/typescript-action
-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
Rather than relying on convention, the action should return the resulting lcov file as an output. I don't expect people to change their existing setups, but in the long run
- uses: julia-actions/julia-processcoverage@v1
id: coverage-processing
- uses: codecov/codecov-action@v1
with:
file: ${{ steps.coverage-processing.outputs.lcov-file }}
seems less fragile than relying on lcov.info
miRoox
Metadata
Metadata
Assignees
Labels
No labels