Skip to content

Commit

Permalink
Merge pull request #12 from closetool/master
Browse files Browse the repository at this point in the history
fix: coveralls badge
  • Loading branch information
hsluoyz authored Jul 25, 2021
2 parents 1ed4f45 + ac93ea5 commit c8b36a5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ jobs:
- name: Run Unit tests
run: go test -v -coverprofile=./profile.cov ./...

- uses: shogo82148/actions-goveralls@v1
with:
path-to-profile: ./profile.cov

semantic-release:
needs: [test]
runs-on: ubuntu-latest
Expand Down

0 comments on commit c8b36a5

Please sign in to comment.