This is an automated email from the ASF dual-hosted git repository.
dahn pushed a commit to branch 4.19
in repository https://gitbox.apache.org/repos/asf/cloudstack.git
The following commit(s) were added to refs/heads/4.19 by this push:
new 0de469ab731 Infra25725 add codecov token to workflow (#8960)
0de469ab731 is described below
commit 0de469ab731b903f51598f61527f870f5994fc84
Author: dahn <[email protected]>
AuthorDate: Tue Apr 23 13:28:09 2024 +0200
Infra25725 add codecov token to workflow (#8960)
---
.github/workflows/ci.yml | 1 +
.github/workflows/codecov.yml | 3 ++-
.github/workflows/ui.yml | 1 +
3 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 63f1085d406..87edfe890b0 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -319,3 +319,4 @@ jobs:
flags: simulator-marvin-tests
verbose: true
name: codecov
+ token: ${{ secrets.CODECOV_TOKEN }}
diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml
index f7b28fdeecc..4a748c2350a 100644
--- a/.github/workflows/codecov.yml
+++ b/.github/workflows/codecov.yml
@@ -53,6 +53,7 @@ jobs:
with:
files: ./client/target/site/jacoco-aggregate/jacoco.xml
fail_ci_if_error: true
- flags: unit-tests
+ flags: unittests
verbose: true
name: codecov
+ token: ${{ secrets.CODECOV_TOKEN }}
diff --git a/.github/workflows/ui.yml b/.github/workflows/ui.yml
index 4d89977adf9..b3230eeaca3 100644
--- a/.github/workflows/ui.yml
+++ b/.github/workflows/ui.yml
@@ -63,3 +63,4 @@ jobs:
flags: uitests
verbose: true
name: codecov
+ token: ${{ secrets.CODECOV_TOKEN }}