We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 074066d commit 09b5053Copy full SHA for 09b5053
.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@ddd8c1b461b46aee6f6da1fda652cd08c78188db
+ uses: codecov/codecov-action@fee48966e2ce725aedb2174d5cee5841f4c364b3
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