Skip to content

Commit

Permalink
Bump shogo82148/actions-goveralls from 1 to 1.4.4
Browse files Browse the repository at this point in the history
Bumps [shogo82148/actions-goveralls](https://github.com/shogo82148/actions-goveralls) from 1 to 1.4.4.
- [Release notes](https://github.com/shogo82148/actions-goveralls/releases)
- [Commits](shogo82148/actions-goveralls@v1...v1.4.4)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 12, 2021
1 parent 986f2df commit 15be1d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ jobs:
run: go test -coverprofile=profile.cov ./...
- name: Send coverage
if: matrix.go == '1.16'
uses: shogo82148/actions-goveralls@v1
uses: shogo82148/actions-goveralls@v1.4.4
with:
path-to-profile: profile.cov

0 comments on commit 15be1d8

Please sign in to comment.