Skip to content

Commit 6e2c34d

Browse files
committed
ci: replaced test coverage with codecov
1 parent 992825d commit 6e2c34d

1 file changed

Lines changed: 4 additions & 7 deletions

File tree

.github/workflows/code-quality.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,8 @@ jobs:
5252
with:
5353
name: jacoco-report
5454
path: target/site/jacoco/
55-
- name: Comment JaCoCo coverage summary in PR
56-
if: github.event_name == 'pull_request'
57-
uses: madrapps/jacoco-report@v1.7.2
55+
- name: Upload coverage to Codecov
56+
uses: codecov/codecov-action@v5
5857
with:
59-
paths: target/site/jacoco/jacoco.xml
60-
token: ${{ secrets.GITHUB_TOKEN }}
61-
min-coverage-overall: 0
62-
min-coverage-changed-files: 0
58+
files: target/site/jacoco/jacoco.xml
59+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)