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