mirror of https://github.com/statping/statping
remove coveralls testing coverage
parent
035db9650b
commit
6bfdc566e9
|
@ -277,12 +277,12 @@ jobs:
|
|||
SNS_REGION: ${{ secrets.SNS_REGION }}
|
||||
SNS_TOPIC: ${{ secrets.SNS_TOPIC }}
|
||||
|
||||
- name: Coveralls Testing Coverage
|
||||
run: |
|
||||
go get github.com/mattn/goveralls
|
||||
goveralls -coverprofile=coverage.out -repotoken $COVERALLS
|
||||
env:
|
||||
COVERALLS: ${{ secrets.COVERALLS }}
|
||||
# - name: Coveralls Testing Coverage
|
||||
# run: |
|
||||
# go get github.com/mattn/goveralls
|
||||
# goveralls -coverprofile=coverage.out -repotoken $COVERALLS
|
||||
# env:
|
||||
# COVERALLS: ${{ secrets.COVERALLS }}
|
||||
|
||||
test-postman-sqlite:
|
||||
needs: frontend
|
||||
|
|
Loading…
Reference in New Issue