We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7df9565 commit b133c2fCopy full SHA for b133c2f
.github/workflows/merge.yml
@@ -48,7 +48,7 @@ jobs:
48
run: mvn --batch-mode --update-snapshots verify
49
50
- name: Upload coverage to Codecov
51
- uses: codecov/codecov-action@v5.3.1
+ uses: codecov/codecov-action@v5.4.0
52
with:
53
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
54
flags: unittests # optional
.github/workflows/pullrequest.yml
@@ -46,7 +46,7 @@ jobs:
46
47
- if: matrix.build.java == '17'
name: Upload coverage to Codecov
0 commit comments