Skip to content

Commit

Permalink
Added coverage check to CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
ffrank913 committed Jan 3, 2025
1 parent 9212688 commit 332609f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,11 @@ jobs:
run: yarn
- name: Unit-Test DIVE (coverage)
run: yarn coverage
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true
prettier-check:
runs-on: ubuntu-latest
needs: install
Expand Down

0 comments on commit 332609f

Please sign in to comment.