Skip to content

Commit 7f8e0b7

Browse files
committed
chore(ci): restore coverage threshold check
1 parent 55d2aef commit 7f8e0b7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ jobs:
4242

4343
- name: Run Jest tests with coverage
4444
run: npm run ci:test:coverage
45+
46+
- name: Check coverage thresholds
47+
run: npm run test:check-coverage-thresholds
4548
lint:
4649
runs-on: ubuntu-latest
4750

0 commit comments

Comments
 (0)