Skip to content

Commit

Permalink
Adding coverage report.
Browse files Browse the repository at this point in the history
  • Loading branch information
armfazh committed May 26, 2022
1 parent dc32d71 commit 9478bb9
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,21 @@ jobs:
run: npm run build
- name: Testing
run: npm test
coverage:
name: Coverage Report in Node v18
runs-on: ubuntu-latest
permissions:
checks: write
pull-requests: write
steps:
- name: Checking out
uses: actions/checkout@v3
- name: Setup Node v18
uses: actions/setup-node@v3
with:
node-version: 18
- name: Coverage
uses: ArtiomTr/jest-coverage-report-action@v2
with:
test-script: npm test
annotations: failed-tests

0 comments on commit 9478bb9

Please sign in to comment.