Skip to content

chore(deps): update module go:github.com/vladopajic/go-test-coverage to v2#204

Merged
hugoh merged 2 commits intomainfrom
renovate/major-major-updates
Apr 11, 2026
Merged

chore(deps): update module go:github.com/vladopajic/go-test-coverage to v2#204
hugoh merged 2 commits intomainfrom
renovate/major-major-updates

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Apr 11, 2026

This PR contains the following updates:

Package Change Age Confidence
go:github.com/vladopajic/go-test-coverage 1.0.12.18.4 age confidence

Release Notes

vladopajic/go-test-coverage (go:github.com/vladopajic/go-test-coverage)

v2.18.4

Compare Source

What's Changed

No functional changes in this release. Only bumping dependencies to newest versions.

Full Changelog: https://github.com/vladopajic/go-test-coverage/compare/v2.18.3..v2.18.4

v2.18.3

Compare Source

What's Changed

Full Changelog: vladopajic/go-test-coverage@v2.18.2...v2.18.3

v2.18.2

Compare Source

What's Changed

Full Changelog: vladopajic/go-test-coverage@v2...v2.18.2

v2.18.1

Compare Source

What's Changed

No functional changes in this release.

New Contributors

Full Changelog: vladopajic/go-test-coverage@v2...v2.18.1

v2.18.0

Compare Source

What's Changed

New Contributors

Full Changelog: vladopajic/go-test-coverage@v2.17.1...v2.18.0

v2.17.1

Compare Source

What's Changed

Full Changelog: vladopajic/go-test-coverage@v2.17.0...v2.17.1

v2.17.0

Compare Source

What's Changed

New Contributors

Full Changelog: vladopajic/go-test-coverage@v2.16.1...v2.17.0

v2.16.1

Compare Source

What's Changed

  • dependencies version bumps

New Contributors

Full Changelog: vladopajic/go-test-coverage@v2.16.0...v2.16.1

v2.16.0

Compare Source

What's Changed

Full Changelog: vladopajic/go-test-coverage@v2.15.0...v2.16.0

v2.15.0

Compare Source

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: vladopajic/go-test-coverage@v2.14.3...v2.15.0

v2.14.3

Compare Source

What's Changed

Full Changelog: vladopajic/go-test-coverage@v2.14.2...v2.14.3

v2.14.2

Compare Source

What's Changed

Full Changelog: vladopajic/go-test-coverage@v2...v2.14.2

v2.14.1

Compare Source

What's Changed

Full Changelog: vladopajic/go-test-coverage@v2.14.0...v2.14.1

v2.14.0

Compare Source

What's Changed

Full Changelog: vladopajic/go-test-coverage@v2.13.2...v2.14.0

v2.13.2

Compare Source

What's Changed

Full Changelog: vladopajic/go-test-coverage@v2.13.1...v2.13.2

v2.13.1

Compare Source

What's Changed

Full Changelog: vladopajic/go-test-coverage@v2.13.0...v2.13.1

v2.13.0

Compare Source

What's Changed

Full Changelog: vladopajic/go-test-coverage@v2.12.1...v2.13.0

v2.12.1

Compare Source

What's Changed

New Contributors

Full Changelog: vladopajic/go-test-coverage@v2.12.0...v2.12.1

v2.12.0

Compare Source

What's Changed

Full Changelog: vladopajic/go-test-coverage@v2.11.4...v2.12.0

v2.11.4

Compare Source

What's Changed

Full Changelog: vladopajic/go-test-coverage@v2.11.3...v2.11.4

v2.11.3

Compare Source

What's Changed

Full Changelog: vladopajic/go-test-coverage@v2.11.2...v2.11.3

v2.11.2

Compare Source

What's Changed

This release has no functional changes.

Changes:

New Contributors

Full Changelog: vladopajic/go-test-coverage@v2.11.1...v2.11.2

v2.11.1

Compare Source

What's Changed

This release has no functional changes.

Changes:

Full Changelog: vladopajic/go-test-coverage@v2...v2.11.1

v2.11.0

Compare Source

What's Changed

Full Changelog: vladopajic/go-test-coverage@v2...v2.11.0

v2.10.6

Compare Source

What's Changed

Full Changelog: vladopajic/go-test-coverage@v2...v2.10.6

v2.10.5

Compare Source

What's Changed

Full Changelog: vladopajic/go-test-coverage@v2.10.4...v2.10.5

v2.10.4

Compare Source

What's Changed

Full Changelog: vladopajic/go-test-coverage@v2...v2.10.4

v2.10.3

Compare Source

What's Changed

Full Changelog: vladopajic/go-test-coverage@v2.10.2...v2.10.3

v2.10.2

Compare Source

What's Changed

  • go version bump to 1.23 #​100
  • version update of tools and libraries

New Contributors

Full Changelog: vladopajic/go-test-coverage@v2...v2.10.2

v2.10.1

Compare Source

What's Changed

  • fixed overriding total threshold value from config when passing from ci (or command line) #​83

New Contributors

Full Changelog: vladopajic/go-test-coverage@v2.10.0...v2.10.1

v2.10.0

Compare Source

What's Changed

  • add support for checking coverage using multiple coverage profile files #​74
  • add ability to exclude entire function from coverage statistics #​75
  • add ability to exclude whole body of if, switch, select and for statements with annotation #​77, #​79
  • exclude files with no statements #​76

Full Changelog: vladopajic/go-test-coverage@v2.9.0...v2.10.0

v2.9.0

Compare Source

Changes:

  • add the ability to ignore source code blocks from coverage statistics (#​71)

Full Changelog: vladopajic/go-test-coverage@v2.8.3...v2.9.0

v2.8.3

Compare Source

This release has no functional changes.

Changes:

  • go version bump to v1.22 #​65
  • version update of tools and libraries

Full Changelog: vladopajic/go-test-coverage@v2...v2.8.3

v2.8.2

Compare Source

This is patch release that includes various improvements of code.

v2.8.1

Compare Source

This is patch release that includes various improvements of code.

v2.8.0

Compare Source

Changes:

  • add option to generate badge and save it to file (#​29)
  • add option to generate badge and save it to CDN (like Amazon S3 or DigitalOcean Spaces) (#​31)
  • add option to generate badge and save it to GitHub branch (#​32)

Read updated instructions on creating coverage badge here.

v2.7.1

Compare Source

Changes:

  • fix override path property name #​22

v2.7.0

Compare Source

Changes:

  • new configuration to override files and packages default thresholds #​20

v2.6.0

Compare Source

Changes:

  • files or packages could be excluded from coverage statistics #​19

v2.5.0

Compare Source

Changes:

  • introduced new badge color #​17
  • coverage percentage formula updated #​15
    • percentage value is rounding down (eg. coverage value of 99.60% will be 99%; and not 100%)
  • reporting style improvements #​18

v2.4.0

Compare Source

Changes:

  • arguments have default values same as github action

v2.3.0

Compare Source

Changes:

  • match major version with go module

v2.2.0

Compare Source

Changes:

  • configuration file values are overridden by arguments (#​12)

v2.1.0

Compare Source

  • added github output values badge-text and badge-color which could be used to generate badges

v2.0.0

Compare Source

  • github action is now fully configurable via inputs
  • improved github output
  • config file now uses kebab case key values

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Between 12:00 AM and 03:59 AM, on day 1 of the month (* 0-3 1 * *)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
Copy link
Copy Markdown
Contributor Author

renovate bot commented Apr 11, 2026

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@codecov
Copy link
Copy Markdown

codecov bot commented Apr 11, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 82.79%. Comparing base (1beb471) to head (d21b9cf).
⚠️ Report is 3 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #204   +/-   ##
=======================================
  Coverage   82.79%   82.79%           
=======================================
  Files          10       10           
  Lines         558      558           
=======================================
  Hits          462      462           
  Misses         73       73           
  Partials       23       23           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@hugoh hugoh merged commit 1ef2907 into main Apr 11, 2026
28 checks passed
@hugoh hugoh deleted the renovate/major-major-updates branch April 11, 2026 02:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant