We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d332224 commit 2c2b380Copy full SHA for 2c2b380
.github/workflows/merge.yml
@@ -50,7 +50,7 @@ jobs:
50
run: mvn --batch-mode --update-snapshots verify
51
52
- name: Upload coverage to Codecov
53
- uses: codecov/codecov-action@v5.4.3
+ uses: codecov/codecov-action@v5.5.0
54
with:
55
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
56
flags: unittests # optional
.github/workflows/pullrequest.yml
@@ -46,7 +46,7 @@ jobs:
46
47
- if: matrix.build.java == '17'
48
name: Upload coverage to Codecov
49
0 commit comments