We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d5658b commit 815659fCopy full SHA for 815659f
1 file changed
.github/workflows/coverage-check.yml
@@ -18,21 +18,9 @@ jobs:
18
steps:
19
- uses: actions/checkout@v4
20
21
- - name: Set up Node.js
22
- uses: actions/setup-node@v4
23
- with:
24
- node-version: '22.14.0'
25
- cache: 'npm'
26
-
27
- - name: Install dependencies
28
- run: npm install --ignore-scripts
29
30
- name: Run unit tests with coverage
31
uses: ArtiomTr/jest-coverage-report-action@v2
32
id: coverage
33
with:
34
test-script: npm run test:unit
35
- threshold: 95
36
- coverage-file: ./reports/contentstack-delivery/coverage/coverage-final.json
37
- base-coverage-file: ./reports/contentstack-delivery/coverage/coverage-final.json
38
- skip-step: install
+ threshold: 95
0 commit comments