We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92e7500 commit 7cda0a6Copy full SHA for 7cda0a6
.github/workflows/maven.yml
@@ -40,3 +40,5 @@ jobs:
40
- name: Upload coverage report
41
if: matrix.java == env.RELEASE_JAVA_VERSION
42
uses: codecov/codecov-action@v4
43
+ with:
44
+ token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments