Skip to content

Commit

Permalink
add pr cov comment
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzocerrone committed Aug 28, 2024
1 parent 5edf22e commit de3f11a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,13 @@ jobs:
with:
token: ${{ secrets.CODECOV_TOKEN }}

- name: Upload coverage to comment on PR
run: |
pip install coverage-comment-action
coverage-comment-action coverage.xml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

deploy:
name: Deploy
needs: test
Expand Down

0 comments on commit de3f11a

Please sign in to comment.