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 44cb909 commit 86303aeCopy full SHA for 86303ae
.github/workflows/build.yml
@@ -15,6 +15,7 @@ jobs:
15
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
16
- run: npm install
17
- run: make lint
18
+ - run: make test-coverage
19
- name: SonarQube Scan
20
uses: SonarSource/sonarqube-scan-action@v5
21
env:
0 commit comments