Skip to content

Commit

Permalink
chore(deps): bump shogo82148/actions-goveralls from 1.8.0 to 1.9.0 (#73)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and github-actions[bot] authored Sep 16, 2024
1 parent bd0e20f commit 9da3d4e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .changelog/73.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:dependency
deps: bumps shogo82148/actions-goveralls from 1.8.0 to 1.9.0
```
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- run: go test -v -coverprofile=profile.cov ./...

- name: Send coverage
uses: shogo82148/actions-goveralls@7b1bd2871942af030d707d6574e5f684f9891fb2 # 1.8.0
uses: shogo82148/actions-goveralls@785c9d68212c91196d3994652647f8721918ba11 # 1.9.0
with:
path-to-profile: profile.cov
flag-name: Go-${{ matrix.go }}
Expand All @@ -61,6 +61,6 @@ jobs:
needs: coverage
runs-on: ubuntu-latest
steps:
- uses: shogo82148/actions-goveralls@7b1bd2871942af030d707d6574e5f684f9891fb2 # 1.8.0
- uses: shogo82148/actions-goveralls@785c9d68212c91196d3994652647f8721918ba11 # 1.9.0
with:
parallel-finished: true

0 comments on commit 9da3d4e

Please sign in to comment.