Skip to content

Commit

Permalink
Update coverage config
Browse files Browse the repository at this point in the history
  • Loading branch information
baires committed Dec 16, 2023
1 parent 3d668f7 commit 6b4e664
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v3
- uses: ArtiomTr/[email protected]
with:
coverage-file: ./coverage/coverage-final.json
base-coverage-file: ./coverage/report-final.json
coverage-file: ../coverage/coverage-final.json
base-coverage-file: ../coverage/report-final.json
test-script: npm test
threshold: 90

1 comment on commit 6b4e664

@vercel
Copy link

@vercel vercel bot commented on 6b4e664 Dec 16, 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.