We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ce5b43 commit dfa08b9Copy full SHA for dfa08b9
.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@cc7fb3f71c712c470a895ac29f8a1fd0fcb52c8a
+ uses: codecov/codecov-action@91e184765dad936fb6df80d5af0decb809a33dac
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