mirror of
https://github.com/glittercowboy/get-shit-done
synced 2026-04-25 17:25:23 +02:00
ci(12-02): run coverage check on PRs with 70% line threshold
This commit is contained in:
5
.github/workflows/test.yml
vendored
5
.github/workflows/test.yml
vendored
@@ -37,4 +37,9 @@ jobs:
|
||||
run: npm ci
|
||||
|
||||
- name: Run tests
|
||||
if: github.event_name != 'pull_request'
|
||||
run: npm test
|
||||
|
||||
- name: Run tests with coverage
|
||||
if: github.event_name == 'pull_request'
|
||||
run: npm run test:coverage
|
||||
|
||||
Reference in New Issue
Block a user