Skip to content

Commit

Permalink
Update run-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
baires authored Jul 3, 2023
1 parent c3181f2 commit f267efc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,14 @@ name: coverage
on:
push:
branches: [master]
pull_request_target:
pull_request:
types: [opened, reopened, synchronize]

jobs:
Coverage-report:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: npm install
- uses: ArtiomTr/jest-coverage-report-action@v2
with:
threshold: 90
skip-step: install

1 comment on commit f267efc

@vercel
Copy link

@vercel vercel bot commented on f267efc Jul 3, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.