You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: 'GitHub Action that uploads test coverage reports to DeepSource for the Test Coverage analyzer.'
author: 'Sanket Saurav <sanket@deepsource.io>'
inputs:
key:
description: 'Programming language shortcode for which coverage is reported. Allowed values are — python, go, javascript, ruby, java, kotlin, scala, php, csharp, cxx, rust, swift'
required: true
coverage-file:
description: 'Path to the coverage data file. e.g. ./coverage.xml'
required: true
dsn:
description: 'DeepSource DSN of this repository. It is available under Settings → Reporting tab of the repository page on DeepSource.'
required: true
fail-ci-on-error:
description: 'Should the CI build fail if there is an error while uploading the report to DeepSource? Allowed values are — true, false'
default: false
commit-sha:
description: 'HEAD commit for which the Test Coverage report is being sent'