1
0
Fork 0
mirror of https://github.com/anyproto/any-sync.git synced 2025-06-08 05:57:03 +09:00

fix .github/workflows/coverage.yml

This commit is contained in:
Grigory Efimov 2023-01-11 19:43:52 +03:00 committed by Mikhail Iudin
parent 612a78cee0
commit 1119d89ba7
No known key found for this signature in database
GPG key ID: FAAAA8BAABDFF1C0

View file

@ -17,12 +17,13 @@ jobs:
- name: git config
run: git config --global url.https://${{ secrets.ANYTYPE_PAT }}@github.com/.insteadOf https://github.com/
- name: Vet
run: |
make vet
- name: Unit tests
run: |
sudo make test-coverage
- name: deps
run: make deps
- name: vet
run: make vet
- name: unit tests
run: make test-coverage
- name: Quality Gate - Test coverage shall be above threshold
env:
TESTCOVERAGE_THRESHOLD: 0