We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20628a2 commit 59d8a10Copy full SHA for 59d8a10
.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@b4dfea724ff5d8e51bb4dffdc668c0d964df6103
+ uses: codecov/codecov-action@cf8e3e4262e63ac53fdbc0ea1b6dd69cb03c974b
53
with:
54
flags: unittests # optional
55
name: coverage # optional
.github/workflows/pullrequest.yml
@@ -42,7 +42,7 @@ jobs:
42
run: mvn --batch-mode --update-snapshots verify -P e2e-test
43
44
45
46
47
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
48
0 commit comments