Skip to content
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.

Configuration using with: ... in workflow yaml? #113

Open
anp opened this issue Jan 11, 2021 · 0 comments
Open

Configuration using with: ... in workflow yaml? #113

anp opened this issue Jan 11, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@anp
Copy link

anp commented Jan 11, 2021

Motivation

It would be nice to configure grcov inline with my other workflow commands, similar to how the other actions-rs actions work.

Workflow example

- uses: actions-rs/[email protected]
  with:
    branch: true
    ignore-not-existing: true
    llvm: true
    filter: covered
    output-type: lcov
    output-path: ./lcov.info
    prefix-dir: /home/user/build/
    ignore:
      - "/*"
      - "C:/*"
      - "../*"
    path-mapping:
      - "/path1"
      - "/path2"

Additional context

I think this method of configuration should probably be mutually exclusive with the separate configuration file.

@anp anp added the enhancement New feature or request label Jan 11, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Development

No branches or pull requests

1 participant