Skip to content

Commit 86303ae

Browse files
committed
Update build workflow
1 parent 44cb909 commit 86303ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
1616
- run: npm install
1717
- run: make lint
18+
- run: make test-coverage
1819
- name: SonarQube Scan
1920
uses: SonarSource/sonarqube-scan-action@v5
2021
env:

0 commit comments

Comments
 (0)