Skip to content

Commit

Permalink
Use coveralls in the ci
Browse files Browse the repository at this point in the history
  • Loading branch information
arbulu89 committed Nov 17, 2022
1 parent 177819b commit 66c6756
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,13 @@ jobs:
restore-keys: |
${{ runner.os }}-go-
- name: test
run: make test
run: make test-coverage
- name: install goveralls
run: go install github.com/mattn/goveralls@latest
- name: send coverage
env:
COVERALLS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: goveralls -coverprofile=covprofile -service=github

test-plugins:
runs-on: ubuntu-20.04
Expand Down

0 comments on commit 66c6756

Please sign in to comment.