We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71c5fc2 commit 0f34a95Copy full SHA for 0f34a95
.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@4b062cb89c1fe1fd7da7e013d554a088ea14178a
+ uses: codecov/codecov-action@13d8b070d5c4da65fc2f3ccf6afe68f202f09cdc
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