This is an automated email from the ASF dual-hosted git repository.
sunlan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/groovy.git
The following commit(s) were added to refs/heads/master by this push:
new 068deca70f Try to fix codecov with CODECOV_TOKEN
068deca70f is described below
commit 068deca70f1cb471bd26c5460575c44a65fc820e
Author: Daniel Sun <[email protected]>
AuthorDate: Mon Nov 25 06:14:09 2024 +0800
Try to fix codecov with CODECOV_TOKEN
---
.github/workflows/groovy-build-coverage.yml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/.github/workflows/groovy-build-coverage.yml
b/.github/workflows/groovy-build-coverage.yml
index 61e00575e4..f21bdd606f 100644
--- a/.github/workflows/groovy-build-coverage.yml
+++ b/.github/workflows/groovy-build-coverage.yml
@@ -42,3 +42,7 @@ jobs:
timeout-minutes: 60
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
+ with:
+ token: ${{ secrets.CODECOV_TOKEN }}
+ verbose: true
+