Skip to content

Commit

Permalink
chore: update CI test
Browse files Browse the repository at this point in the history
Signed-off-by: Nam Hoang <[email protected]>
  • Loading branch information
namhoang1604 committed Oct 25, 2024
1 parent df88f72 commit a97f7c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ jobs:
uses: artiomtr/jest-coverage-report-action@v2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
coverage-file: ./coverage/coverage-final.json
base-coverage-file: ./coverage/coverage-final.json
coverage-file: coverage/coverage-final.json
base-coverage-file: coverage/coverage-final.json
threshold: 80

0 comments on commit a97f7c0

Please sign in to comment.