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_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
|
||||||
|
|
Loading…
Reference in New Issue