Skip to content

Commit

Permalink
Bump vladopajic/go-test-coverage from 2.10.6 to 2.11.0
Browse files Browse the repository at this point in the history
Bumps [vladopajic/go-test-coverage](https://github.com/vladopajic/go-test-coverage) from 2.10.6 to 2.11.0.
- [Release notes](https://github.com/vladopajic/go-test-coverage/releases)
- [Commits](vladopajic/go-test-coverage@v2.10.6...v2.11.0)

---
updated-dependencies:
- dependency-name: vladopajic/go-test-coverage
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and joeig committed Nov 26, 2024
1 parent 1dfe4d7 commit f61ab7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ jobs:
go-version: ${{ matrix.goVer }}
- run: go test -v -coverprofile="coverage.out" ./...
- run: go tool cover -func="coverage.out"
- uses: vladopajic/go-test-coverage@v2.10.6
- uses: vladopajic/go-test-coverage@v2.11.0
with:
config: ".github/testcoverage.yml"

0 comments on commit f61ab7c

Please sign in to comment.