This is an automated email from the ASF dual-hosted git repository.
chia7712 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/yunikorn-core.git
The following commit(s) were added to refs/heads/master by this push:
new d4b2eb7d [YUNIKORN-2393] Upgrade codecov/codecov-action from v3 to v4
(#787)
d4b2eb7d is described below
commit d4b2eb7d48c439c42e625834edc48335252c7a09
Author: Yu-Lin Chen <[email protected]>
AuthorDate: Wed Feb 7 23:23:20 2024 +0800
[YUNIKORN-2393] Upgrade codecov/codecov-action from v3 to v4 (#787)
Closes: #787
Signed-off-by: Chia-Ping Tsai <[email protected]>
---
.github/workflows/main.yml | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 62bf8132..38952c0e 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -37,6 +37,10 @@ jobs:
- name: unit test
run: make test
- name: Code coverage
- uses: codecov/codecov-action@v3
+ uses: codecov/codecov-action@v4
with:
- files: build/coverage.txt
+ files: build/coverage.txt
+ # After codecov/codecov-action@v4, tokenless uploading of coverage
files to non-public repo is unsupported.
+ # To enable codecov analysis in your forked repo. Please configure
CODECOV_TOKEN in your repository secrets.
+ # Ref: https://docs.codecov.com/docs/adding-the-codecov-token
+ token: ${{ secrets.CODECOV_TOKEN }}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]