We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bb295d commit df3e0f6Copy full SHA for df3e0f6
.github/workflows/nodejs.yml
@@ -35,7 +35,7 @@ jobs:
35
cache: 'npm'
36
- run: make install
37
- run: make lint
38
- - run: make test
+ - run: make test-coverage
39
- name: SonarQube Scan
40
uses: SonarSource/sonarqube-scan-action@v5
41
env:
0 commit comments