.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
13598f8db1
commit
b36d14bd2b
@ -38,6 +38,9 @@ jobs:
|
|||||||
$SONAR_SCANNER_HOME/bin/sonar-scanner --version
|
$SONAR_SCANNER_HOME/bin/sonar-scanner --version
|
||||||
|
|
||||||
- name: Run Coverage tests
|
- name: Run Coverage tests
|
||||||
|
env:
|
||||||
|
API_USER: ${{ secrets.API_USER }}
|
||||||
|
API_PASSWORD: ${{ secrets.API_PASSWORD }}
|
||||||
run: |-
|
run: |-
|
||||||
npm install -g c8;
|
npm install -g c8;
|
||||||
test -s coverage/js/lcov.info || ( npm ci && npm run test:coverage )
|
test -s coverage/js/lcov.info || ( npm ci && npm run test:coverage )
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user