Skip to content

Commit

Permalink
feat: update check coverate pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
anhnd350309 committed Dec 20, 2024
1 parent 9888511 commit 98bc848
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@ jobs:
run: |
pnpm install --no-frozen-lockfile
pnpm test
- name: Upload coverage report
uses: codecov/codecov-action@v2
- name: check coverage
uses: inzephirum/gha-test-coverage-check
with:
file: ./coverage/lcov.info
github_token: ${{ secrets.GITHUB_TOKEN }}
min_threshold: '10'
report_file_path: './coverage/lcov.info'

0 comments on commit 98bc848

Please sign in to comment.