Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d000a78

Browse filesBrowse files
authored
Add token to codecov configuration (hub4j#1866)
1 parent e021c27 commit d000a78
Copy full SHA for d000a78

File tree

Expand file treeCollapse file tree

1 file changed

+4
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+4
-0
lines changed

‎.github/workflows/maven-build.yml

Copy file name to clipboardExpand all lines: .github/workflows/maven-build.yml
+4Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.