Skip to content

Commit

Permalink
Bump vladopajic/go-test-coverage from 2.10.2 to 2.10.5
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.2 to 2.10.5.
- [Release notes](https://github.com/vladopajic/go-test-coverage/releases)
- [Commits](vladopajic/go-test-coverage@v2.10.2...v2.10.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 11, 2024
1 parent 40912d8 commit 946f2b2
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.2
- uses: vladopajic/go-test-coverage@v2.10.5
with:
config: ".github/testcoverage.yml"

0 comments on commit 946f2b2

Please sign in to comment.