Skip to content
Compare
Choose a tag to compare
@vladopajic vladopajic released this 05 Jun 11:25
· 2 commits to main since this release
ebf1fb6

What's Changed

New GitHub action was added that runs tool as go source (instead of running it as binary from docker image).
Usage of this GitHub action is exactly the same, except that uses property should specify path to this action.

  - name: check test coverage
    # note: uses adds 'action/source' part, compared to default action
    uses: vladopajic/go-test-coverage/action/source@v2
    with:
      config: ./.testcoverage.yml

Full Changelog: v2.14.3...v2.15.0