Tags: deepsourcelabs/test-coverage-action
Tags
v1.1.1 fix: default to GITHUB_SHA if the commit received from context is empty (#30) When action is triggered in non-pull-request events, the default being set would be empty. In such cases, CLI would try to fetch head commit by executing git commands. That's going to fail for this action if safe directory isn't added.
Release: Test Coverage Action for DeepSource This is a GitHub Action that allows you to easily integrate test coverage reporting to DeepSource if you are using GitHub Actions workflows as a CI. Simply use this action in a step in the workflow file with relevant parameters, and you are done!