deepsourcelabs/DeepSource Test Coverage Action

GitHub Action that uploads test coverage reports to DeepSource for the Test Coverage analyzer.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
keyProgramming language shortcode for which coverage is reported. Allowed values are — python, go, javascript, ruby, java, kotlin, scala, php, csharp, cxx, rust, swiftyes
coverage-filePath to the coverage data file. e.g. ./coverage.xmlyes
dsnDeepSource DSN of this repository. It is available under Settings → Reporting tab of the repository page on DeepSource.yes
fail-ci-on-errorShould the CI build fail if there is an error while uploading the report to DeepSource? Allowed values are — true, falsefalse
commit-shaHEAD commit for which the Test Coverage report is being sentno${{ github.event.pull_request.head.sha }}

no outputs