Releases: vladopajic/go-test-coverage
Releases · vladopajic/go-test-coverage
v2.15.0
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
What's Changed
- fix(coverage): improved go.mod file search by @vladopajic in #192
Full Changelog: v2.14.2...v2.14.3
v2.14.2
What's Changed
- chore(deps): bump golang from 1.24.2 to 1.24.3 by @dependabot in #189
- chore: add more logs by @vladopajic in #191
Full Changelog: v2...v2.14.2
v2.14.1
What's Changed
- fix(config): add redaction for sensitive fields by @vladopajic in #185
Full Changelog: v2.14.0...v2.14.1
v2.14.0
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
What's Changed
- chore(deps): bump golang from 1.24.1 to 1.24.2 by @dependabot in #179
Full Changelog: v2.13.1...v2.13.2
v2.13.1
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
What's Changed
- feat: obtain
local-prefix
via tool by @vladopajic in #168 - feat: add source dir optional configuration by @vladopajic in #169
- feat: improve execution on windows OS @vladopajic in #157
Full Changelog: v2.12.1...v2.13.0
v2.12.1
v2.12.0
What's Changed
- feat: reports now includes uncovered lines by @vladopajic in #152
Full Changelog: v2.11.4...v2.12.0