From 2c02f22a78beab7500409ebde6f27f745d9aa480 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 03:56:08 +0000 Subject: [PATCH] Bump vladopajic/go-test-coverage from 2.11.0 to 2.11.1 Bumps [vladopajic/go-test-coverage](https://github.com/vladopajic/go-test-coverage) from 2.11.0 to 2.11.1. - [Release notes](https://github.com/vladopajic/go-test-coverage/releases) - [Commits](https://github.com/vladopajic/go-test-coverage/compare/v2.11.0...v2.11.1) --- updated-dependencies: - dependency-name: vladopajic/go-test-coverage dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4cc5b1f..3c2655a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -26,6 +26,6 @@ jobs: go-version: ${{ matrix.go-version }} - run: go test -v -coverprofile="coverage.out" ./... - run: go tool cover -func="coverage.out" - - uses: vladopajic/go-test-coverage@v2.11.0 + - uses: vladopajic/go-test-coverage@v2.11.1 with: config: ".github/testcoverage.yml"