Skip to content

Commit

Permalink
ci: only show coverage for PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
goapunk committed Sep 16, 2021
1 parent 3593160 commit 6304fcb
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/coverage.yml
@@ -0,0 +1,15 @@
name: React CI

on:
pull_request:
branches: [ main ]

jobs:
build:
runs-on: ubuntu-20.04
steps:
- name: Coverage
uses: artiomtr/jest-coverage-report-action@v2.0-rc.1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 6304fcb

Please sign in to comment.