Skip to content

Commit

Permalink
ci: check test coverage
Browse files Browse the repository at this point in the history
Signed-off-by: CrazyMax <[email protected]>
  • Loading branch information
crazy-max committed Feb 5, 2024
1 parent 3f7d7f7 commit 32e9579
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,9 @@ jobs:
yarn test:itg-coverage --runTestsByPath __tests__/${{ matrix.test }} --coverageDirectory=./coverage
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
-
name: Print coverage
run: cat ./coverage/clover.xml
-
name: Upload coverage
uses: codecov/codecov-action@v3
Expand Down

0 comments on commit 32e9579

Please sign in to comment.