Skip to content

Commit

Permalink
Create jest-coverage.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ttsukagoshi committed Sep 19, 2023
1 parent c38d78d commit 6804a50
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/jest-coverage.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: 'jest coverage'
on:
pull_request:
branches:
- main
jobs:
coverage:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ArtiomTr/jest-coverage-report-action@v2

0 comments on commit 6804a50

Please sign in to comment.