Skip to content

Commit

Permalink
add coverage report action
Browse files Browse the repository at this point in the history
  • Loading branch information
soymintc committed Jan 27, 2025
1 parent cff5d5b commit cdffa5b
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/check-code-coverage.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: 'coverage'
on:
pull_request:
branches:
- main
jobs:
coverage:
runs-on: ubuntu-latest
steps:
- name: Get Cover
uses: orgoro/[email protected]
with:
coverageFile: reports/coverage.xml
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit cdffa5b

Please sign in to comment.