We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d3bb69 commit 7aa77b8Copy full SHA for 7aa77b8
.github/workflows/merge.yml
@@ -49,7 +49,7 @@ jobs:
49
run: mvn --batch-mode --update-snapshots verify
50
51
- name: Upload coverage to Codecov
52
- uses: codecov/codecov-action@v4.6.0
+ uses: codecov/codecov-action@v5.0.0
53
with:
54
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
55
flags: unittests # optional
.github/workflows/pullrequest.yml
@@ -36,7 +36,7 @@ jobs:
36
run: mvn --batch-mode --update-snapshots --activate-profiles e2e verify
37
38
39
40
41
42
0 commit comments