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 0c30896 commit 46aa311Copy full SHA for 46aa311
.github/workflows/merge.yml
@@ -53,7 +53,7 @@ jobs:
53
run: mvn --batch-mode --update-snapshots verify
54
55
- name: Upload coverage to Codecov
56
- uses: codecov/codecov-action@v5.5.1
+ uses: codecov/codecov-action@v5.5.2
57
with:
58
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
59
flags: unittests # optional
.github/workflows/pullrequest.yml
@@ -49,7 +49,7 @@ jobs:
49
50
- if: matrix.build.java == '17'
51
name: Upload coverage to Codecov
52
0 commit comments