Skip to content

Commit 8edc996

Browse files
chore(deps): bump shogo82148/actions-goveralls from 1.6.0 to 1.7.0 (#483)
Bumps [shogo82148/actions-goveralls](https://github.com/shogo82148/actions-goveralls) from 1.6.0 to 1.7.0. - [Release notes](https://github.com/shogo82148/actions-goveralls/releases) - [Commits](shogo82148/actions-goveralls@31ee804...df920a6) --- updated-dependencies: - dependency-name: shogo82148/actions-goveralls dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c79b5e6 commit 8edc996

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
run: go test -race -covermode atomic -coverprofile='profile.cov' ./...
4646

4747
- name: Send coverage
48-
uses: shogo82148/actions-goveralls@31ee804b8576ae49f6dc3caa22591bc5080e7920
48+
uses: shogo82148/actions-goveralls@df920a6a2468668dfcf71a0b43817f89eaa5ea04
4949
with:
5050
path-to-profile: profile.cov
5151
flag-name: Go-${{ matrix.go-version }}

0 commit comments

Comments
 (0)