Skip to content

Commit

Permalink
build: bump actions-goveralls from 1.0.0 to 1.2.2
Browse files Browse the repository at this point in the history
Signed-off-by: Pires <pjpires@gmail.com>
  • Loading branch information
pires committed Mar 15, 2020
1 parent cbd81b6 commit 512953a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ jobs:
run: |
go get golang.org/x/tools/cmd/cover
go get github.com/mattn/goveralls
- name: Validate
run: go vet

- name: Test
run: go test -v -covermode=count -coverprofile=coverage.out

- name: actions-goveralls
uses: shogo82148/actions-goveralls@v1.0.0
uses: shogo82148/actions-goveralls@v1.2.2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 512953a

Please sign in to comment.