fix CI
This commit is contained in:
parent
d12455bc31
commit
3c611239b9
3
.github/workflows/coverage.yml
vendored
3
.github/workflows/coverage.yml
vendored
@ -17,8 +17,7 @@ jobs:
|
||||
go vet ./...
|
||||
- name: Unit tests
|
||||
run: |
|
||||
sudo go test ./... -coverprofile coverage.out -covermode count
|
||||
sudo go tool cover -func coverage.out
|
||||
sudo make test-coverage
|
||||
- name: Quality Gate - Test coverage shall be above threshold
|
||||
env:
|
||||
TESTCOVERAGE_THRESHOLD: 0
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user