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:
parent
612a78cee0
commit
1119d89ba7
1 changed files with 7 additions and 6 deletions
13
.github/workflows/coverage.yml
vendored
13
.github/workflows/coverage.yml
vendored
|
@ -17,12 +17,13 @@ jobs:
|
||||||
- name: git config
|
- name: git config
|
||||||
run: git config --global url.https://${{ secrets.ANYTYPE_PAT }}@github.com/.insteadOf https://github.com/
|
run: git config --global url.https://${{ secrets.ANYTYPE_PAT }}@github.com/.insteadOf https://github.com/
|
||||||
|
|
||||||
- name: Vet
|
- name: deps
|
||||||
run: |
|
run: make deps
|
||||||
make vet
|
- name: vet
|
||||||
- name: Unit tests
|
run: make vet
|
||||||
run: |
|
- name: unit tests
|
||||||
sudo make test-coverage
|
run: make test-coverage
|
||||||
|
|
||||||
- name: Quality Gate - Test coverage shall be above threshold
|
- name: Quality Gate - Test coverage shall be above threshold
|
||||||
env:
|
env:
|
||||||
TESTCOVERAGE_THRESHOLD: 0
|
TESTCOVERAGE_THRESHOLD: 0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue