Skip to content

Commit

Permalink
fix error in coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
soymintc committed Jan 27, 2025
1 parent cdffa5b commit e0337fa
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/check-code-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,11 @@ jobs:
coverage:
runs-on: ubuntu-latest
steps:
- name: Get Cover
uses: orgoro/[email protected]
with:
coverageFile: reports/coverage.xml
token: ${{ secrets.GITHUB_TOKEN }}
- name: Checkout code
uses: actions/checkout@v3

- name: Get Coverage
uses: orgoro/[email protected]
with:
coverageFile: reports/coverage.xml
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit e0337fa

Please sign in to comment.