Skip to content

Commit 6631975

Browse files
committed
CI: Update Codecov action to v5 with token authentication
1 parent fb1a470 commit 6631975

1 file changed

Lines changed: 2 additions & 7 deletions

File tree

.github/workflows/code-quality.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,10 @@ jobs:
3434
- name: Generate coverage report
3535
run: mvn jacoco:report
3636

37-
- name: Upload coverage to Codecov
38-
uses: codecov/codecov-action@v4
37+
- name: Upload coverage reports to Codecov
38+
uses: codecov/codecov-action@v5
3939
with:
4040
token: ${{ secrets.CODECOV_TOKEN }}
41-
files: ./target/site/jacoco/jacoco.xml
42-
flags: unittests
43-
name: codecov-umbrella
44-
fail_ci_if_error: false
45-
verbose: true
4641

4742
- name: Archive coverage report
4843
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)