Skip to content

Set lcov file as output value #9

@SaschaMann

Description

@SaschaMann

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions