michaelhenry/swifty-code-coverage
An action that generates code coverage report for swift projects (iOS, macOS, spm, etc).
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| build-path | Build path. Either the DerivedData (iOS or macOS) or .build folder(for SPM). | yes | — |
| target | Either the .app (iOS or macOS app, eg. MyApp.app) or the .xctest (SPM, Eg. MyAppTests.xctest) | yes | — |
| is-spm | is the project is an SPM project? | no | false |
| ignore-filename-regex | Filename regex to be ignored. default is `.build|Tests|Pods|Carthage|DerivedData` | no | .build|Tests|Pods|Carthage|DerivedData |
| output | The output file. default is `coverage/lcov.info` | no | coverage/lcov.info |
| output-artifact-name | The name of the output artifact. default is 'code-coverage-artifact' | no | code-coverage-artifact |
Outputs
no outputs