Skip to content

Commit 7e1f8ff

Browse files
authored
Merge branch 'main' into main-2.x
2 parents 309eff2 + e942edc commit 7e1f8ff

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/maven-build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,3 +88,7 @@ jobs:
8888
- name: Codecov Report
8989
if: matrix.os == 'ubuntu' && matrix.java == '17'
9090
uses: codecov/codecov-action@v4.4.1
91+
with:
92+
# we do not want to have coverage not reported for a PR.
93+
fail_ci_if_error: true
94+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)