actions-marketplace-validations/swifty-code-coverage

An action that generates code coverage report for swift projects (iOS, macOS, spm, etc).

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
build-pathBuild path. Either the DerivedData (iOS or macOS) or .build folder(for SPM).yes
targetEither the .app (iOS or macOS app, eg. MyApp.app) or the .xctest (SPM, Eg. MyAppTests.xctest)yes
is-spmis the project is an SPM project?nofalse
ignore-filename-regexFilename regex to be ignored. default is `.build|Tests|Pods|Carthage|DerivedData`no.build|Tests|Pods|Carthage|DerivedData
outputThe output file. default is `coverage/lcov.info`nocoverage/lcov.info
output-artifact-nameThe name of the output artifact. default is 'code-coverage-artifact'nocode-coverage-artifact

no outputs