Skip to content

Commit

Permalink
Update test-suite.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Oleg Kopysov <[email protected]>
  • Loading branch information
o-kopysov authored Nov 2, 2023
1 parent 585c1ea commit 5e9ec6a
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/test-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,16 +45,8 @@ jobs:
with:
name: jacoco-report
path: target/site/jacoco/
- name: Comment on PR with coverage percentages
if: ${{ github.event_name == 'pull_request' }}
run: |
REPORT=$(<target/site/jacoco/index.html)
gh pr comment ${{github.event.pull_request.number}} -b "${REPORT}"
continue-on-error: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: target/site/jacoco/jacoco.xml
files: target/site/jacoco/jacoco.csv

0 comments on commit 5e9ec6a

Please sign in to comment.