8000 Add token to codecov configuration (#1866) · hub4j/github-api@d000a78 · GitHub
[go: up one dir, main page]

Skip to content

Commit d000a78

Browse files
authored
Add token to codecov configuration (#1866)
1 parent e021c27 commit d000a78

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,6 +88,10 @@ jobs:
8888
- name: Codecov Report
8989
if: matrix.os == 'ubuntu' && matrix.java == '17'
9090
uses: codecov/codecov-action@v3
91+
with:
92+
token: ${{ secrets.CODECOV_TOKEN }}
93+
fail_ci_if_error: true
94+
verbose: true
9195

9296
test-java-8:
9397
name: test Java 8 (no-build)

0 commit comments

Comments
 (0)
0