.gitea/workflows/sonar-scanner.yaml aktualisiert
Some checks failed
Sonarqube Scanner / Build and analyze (push) Has been cancelled
Some checks failed
Sonarqube Scanner / Build and analyze (push) Has been cancelled
This commit is contained in:
parent
b36d14bd2b
commit
b33ed98c66
@ -40,7 +40,7 @@ jobs:
|
||||
- name: Run Coverage tests
|
||||
env:
|
||||
API_USER: ${{ secrets.API_USER }}
|
||||
API_PASSWORD: ${{ secrets.API_PASSWORD }}
|
||||
API_PASSWORD: ${{ secrets.API_SECRET }}
|
||||
run: |-
|
||||
npm install -g c8;
|
||||
test -s coverage/js/lcov.info || ( npm ci && npm run test:coverage )
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user