Skip to content

Tags: deepsourcelabs/test-coverage-action

Tags

v1.1.2

Verified

This tag was signed with the committer’s verified signature.
srijan-deepsource Srijan Saurav
v1.1.2

Remove deprecation notice

v1.1.1

Verified

This tag was signed with the committer’s verified signature.
srijan-deepsource Srijan Saurav
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.

v1.1.0

Verified

This tag was signed with the committer’s verified signature.
srijan-deepsource Srijan Saurav
v1.1.0

Pick up PR's head commit by default from GitHub contexts.
This would make CLI not execute any git commands, and thus making test coverage action work all the time.

v1.0.0

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!