Skip to content

Commit

Permalink
chore: use coverallsapp/github-action@v2 in Go workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
d--j committed Mar 16, 2023
1 parent 68f6382 commit 997fc1e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,8 @@ jobs:
- name: Test
run: go test -v -coverprofile=profile.cov ./...

- name: Send to Coveralls
uses: shogo82148/actions-goveralls@v1
with:
path-to-profile: profile.cov
- name: Coveralls
uses: coverallsapp/github-action@v2

- name: Install Postfix
run: sudo -n -- apt-get update -q && sudo -n -- apt-get install -y postfix sasl2-bin libsasl2-2 libsasl2-modules ssl-cert cpio courier-authlib
Expand Down

0 comments on commit 997fc1e

Please sign in to comment.