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-web.git
The following commit(s) were added to refs/heads/master by this push:
new 52625cf [YUNIKORN-2393] Upgrade codecov/codecov-action from v3 to v4
(#169)
52625cf is described below
commit 52625cf61120273091b1a1c83ff8ca4d13456eb8
Author: Yu-Lin Chen <[email protected]>
AuthorDate: Wed Feb 7 23:21:02 2024 +0800
[YUNIKORN-2393] Upgrade codecov/codecov-action from v3 to v4 (#169)
Closes: #169
Signed-off-by: Chia-Ping Tsai <[email protected]>
---
.github/workflows/main.yml | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 10b491a..56e09ce 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -42,6 +42,10 @@ jobs:
- name: Go unit tests
run: make test_go
- name: Code coverage
- uses: codecov/codecov-action@v3
+ uses: codecov/codecov-action@v4
with:
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]