Skip to content

Releases: vladopajic/go-test-coverage

v2.15.0

05 Jun 11:25
ebf1fb6
Compare
Choose a tag to compare

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

v2.14.3

15 May 09:12
7003e90
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.14.2...v2.14.3

v2.14.2

14 May 15:00
2e10c49
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2...v2.14.2

v2.14.1

18 Apr 16:46
937b863
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.14.0...v2.14.1

v2.14.0

18 Apr 11:13
a2cbf1f
Compare
Choose a tag to compare

What's Changed

  • feat: add option to print detailed debugging output by @vladopajic in #180

Full Changelog: v2.13.2...v2.14.0

v2.13.2

08 Apr 12:43
e44e229
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.13.1...v2.13.2

v2.13.1

27 Mar 22:22
f080863
Compare
Choose a tag to compare

What's Changed

  • chore(coverage): improve logic for matching searched file by @vladopajic in #172

Full Changelog: v2.13.0...v2.13.1

v2.13.0

07 Mar 22:26
992aa99
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.12.1...v2.13.0

v2.12.1

01 Mar 08:44
f5435e9
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.12.0...v2.12.1

v2.12.0

17 Feb 08:25
86b354f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.11.4...v2.12.0