github actions

pull/515/head
hunterlong 2020-04-19 21:56:25 -07:00
parent 63edd6f365
commit aef93f8dd1
1 changed files with 3 additions and 1 deletions

View File

@ -144,7 +144,9 @@ jobs:
TWILIO_TO: ${{ secrets.TWILIO_TO }}
- 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:
COVERALLS: ${{ secrets.COVERALLS }}