mirror of https://github.com/statping/statping
github actions
parent
63edd6f365
commit
aef93f8dd1
|
@ -144,7 +144,9 @@ jobs:
|
||||||
TWILIO_TO: ${{ secrets.TWILIO_TO }}
|
TWILIO_TO: ${{ secrets.TWILIO_TO }}
|
||||||
|
|
||||||
- name: Coveralls Testing Coverage
|
- name: Coveralls Testing Coverage
|
||||||
run: goveralls -coverprofile=coverage.out -repotoken $COVERALLS
|
run: |
|
||||||
|
go get github.com/mattn/goveralls
|
||||||
|
goveralls -coverprofile=coverage.out -repotoken $COVERALLS
|
||||||
env:
|
env:
|
||||||
COVERALLS: ${{ secrets.COVERALLS }}
|
COVERALLS: ${{ secrets.COVERALLS }}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue