mirror of
https://github.com/github/codeql-action.git
synced 2026-05-08 06:40:19 +00:00
Check code coverage in pr-checks.yml
This commit is contained in:
@@ -54,7 +54,11 @@ jobs:
|
||||
|
||||
- name: Run unit tests
|
||||
if: always()
|
||||
run: npm test
|
||||
run: npm run test-coverage
|
||||
|
||||
- name: Check code coverage
|
||||
if: always()
|
||||
run: npm run coverage
|
||||
|
||||
- name: Lint
|
||||
if: always() && matrix.os != 'windows-latest'
|
||||
|
||||
Reference in New Issue
Block a user