Skip to content

Commit

Permalink
Merge pull request #72 from ttsukagoshi/testing
Browse files Browse the repository at this point in the history
Add GitHub Actions to report coverage on PR #31
  • Loading branch information
ttsukagoshi authored May 14, 2023
2 parents 4eee3d2 + 1876b5e commit a98be43
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: 'coverage'
on:
pull_request:
branches:
- main
jobs:
coverage:
permissions:
checks: write
pull-requests: write
contents: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ArtiomTr/jest-coverage-report-action@v2

0 comments on commit a98be43

Please sign in to comment.