Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

Commit

Permalink
chore: bump shogo82148/actions-goveralls from 1.4.6 to 1.5.1 (#50)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Mar 2, 2022
1 parent f2dd238 commit 7c26ca4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
run: go test -v -count=1 -coverprofile="coverage-${{ matrix.platform }}-${{ matrix.go-version }}.txt" -covermode=atomic
-
name: Send coverage
uses: shogo82148/actions-goveralls@v1.4.6
uses: shogo82148/actions-goveralls@v1.5.1
with:
path-to-profile: coverage-${{ matrix.platform }}-${{ matrix.go-version }}.txt
flag-name: ${{ matrix.platform }}-${{ matrix.go-version }}
Expand All @@ -61,6 +61,6 @@ jobs:
needs: test
runs-on: ubuntu-latest
steps:
- uses: shogo82148/actions-goveralls@v1.4.6
- uses: shogo82148/actions-goveralls@v1.5.1
with:
parallel-finished: true

0 comments on commit 7c26ca4

Please sign in to comment.