Skip to content

Commit

Permalink
chore(deps): bump shogo82148/actions-goveralls from 1.7.0 to 1.8.0 (#544
Browse files Browse the repository at this point in the history
)

Bumps [shogo82148/actions-goveralls](https://github.com/shogo82148/actions-goveralls) from 1.7.0 to 1.8.0.
- [Release notes](https://github.com/shogo82148/actions-goveralls/releases)
- [Commits](shogo82148/actions-goveralls@df920a6...7b1bd28)

---
updated-dependencies:
- dependency-name: shogo82148/actions-goveralls
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Trishank Karthik Kuppusamy <trishank.kuppusamy@datadoghq.com>
  • Loading branch information
dependabot[bot] and trishankatdatadog committed Aug 15, 2023
1 parent f205b79 commit cdae812
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
run: go test -race -covermode atomic -coverprofile='profile.cov' ./...

- name: Send coverage
uses: shogo82148/actions-goveralls@df920a6a2468668dfcf71a0b43817f89eaa5ea04
uses: shogo82148/actions-goveralls@7b1bd2871942af030d707d6574e5f684f9891fb2
with:
path-to-profile: profile.cov
flag-name: Go-${{ matrix.go-version }}
Expand Down

0 comments on commit cdae812

Please sign in to comment.