Skip to content

Commit df3e0f6

Browse files
committed
add coverage
1 parent 1bb295d commit df3e0f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
cache: 'npm'
3636
- run: make install
3737
- run: make lint
38-
- run: make test
38+
- run: make test-coverage
3939
- name: SonarQube Scan
4040
uses: SonarSource/sonarqube-scan-action@v5
4141
env:

0 commit comments

Comments
 (0)