Skip to content

Commit

Permalink
Coverage workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ralsina committed Jun 21, 2023
1 parent d95bc88 commit 3c7dbb0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,5 @@ jobs:
curl -Os https://uploader.codecov.io/latest/linux/codecov
chmod +x codecov
./codecov -t ${CODECOV_TOKEN} output/*/cov.xml
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 3c7dbb0

Please sign in to comment.