remove coveralls testing coverage

pull/1101/head
Jonathan Barney 2022-03-09 01:04:46 -07:00
parent 035db9650b
commit 6bfdc566e9
1 changed files with 6 additions and 6 deletions

View File

@ -277,12 +277,12 @@ jobs:
SNS_REGION: ${{ secrets.SNS_REGION }} SNS_REGION: ${{ secrets.SNS_REGION }}
SNS_TOPIC: ${{ secrets.SNS_TOPIC }} SNS_TOPIC: ${{ secrets.SNS_TOPIC }}
- name: Coveralls Testing Coverage # - name: Coveralls Testing Coverage
run: | # run: |
go get github.com/mattn/goveralls # go get github.com/mattn/goveralls
goveralls -coverprofile=coverage.out -repotoken $COVERALLS # goveralls -coverprofile=coverage.out -repotoken $COVERALLS
env: # env:
COVERALLS: ${{ secrets.COVERALLS }} # COVERALLS: ${{ secrets.COVERALLS }}
test-postman-sqlite: test-postman-sqlite:
needs: frontend needs: frontend