actions-marketplace-validations/lcov-action
Action to run lcov
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Dec 29, 2024
- License
- BSD
Pinned Snippet
uses: actions-marketplace-validations/danielealbano_lcov-action@f687b50b9ac2ea59ba9256144bb48b4714d052c7 # no releases — HEAD as of 2026-07-15tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| output_lcov_info | Output lcov info file | yes | coverage.info |
| build_dir | Build directory (lcov -d) | yes | . |
| base_dir | Base directory (lcov -b) | yes | . |
| gcov_path | Path to gcov | no | /usr/bin/gcov |
| remove_patterns | Remove patterns, comma separated | no | "" |
| extra_args | Extra lcov arguments | no | "" |
Outputs
no outputs