Skip to content
This repository has been archived by the owner on Dec 30, 2024. It is now read-only.

chore(deps): bump shogo82148/actions-goveralls from 1.8.0 to 1.9.0 #73

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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