Skip to content
This repository was archived by the owner on Jun 17, 2025. It is now read-only.

Commit cf2bcb1

Browse files
authored
Create jest.workflows.yml
1 parent b193353 commit cf2bcb1

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

workflows/jest.workflows.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: 'jest coverage'
2+
on:
3+
pull_request:
4+
branches:
5+
- develop
6+
- master
7+
8+
permissions: write-all
9+
10+
jobs:
11+
coverage:
12+
runs-on: ubuntu-latest
13+
steps:
14+
- uses: actions/checkout@v1
15+
- uses: ArtiomTr/jest-coverage-report-action@v2
16+
with:
17+
test-script: npm test

0 commit comments

Comments
 (0)