We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45d3c0f commit 259a749Copy full SHA for 259a749
.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@83bb3d021028f9dc6dbb1d70855155d0cab6e627
+ uses: codecov/codecov-action@ce0bcc6545402c9ff54c61ed1a75df3e8a9845b5
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 integration-test
43
44
45
46
47
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
48
0 commit comments