aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorTaras Madan <tarasmadan@google.com>2024-05-10 19:32:54 +0200
committerTaras Madan <tarasmadan@google.com>2024-05-10 17:41:17 +0000
commit9026e14289eaf45a00ddddb8730f2092b956d99a (patch)
treee45f180d6351afbd223b96f87ba3e5856385b675 /.github/workflows
parentf7c35481a0c97addb5af75de0cd96c4db8d6d4ac (diff)
ci.yml: move codecov.yml and point it from config
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ci.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index af4e56b26..48bd1078b 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -71,7 +71,8 @@ jobs:
- name: codecov
uses: codecov/codecov-action@5ecb98a3c6b747ed38dc09f787459979aebb39be # v4.3.1
with:
- files: gopath/src/github.com/google/syzkaller/.coverage.txt
+ codecov_yml_path: ${{env.GOPATH}}/src/github.com/google/syzkaller/.github/codecov.yml
+ file: ${{env.GOPATH}}/src/github.com/google/syzkaller/.coverage.txt
flags: unittests
token: ${{ secrets.CODECOV_TOKEN }}
verbose: true
@@ -96,7 +97,8 @@ jobs:
- name: codecov
uses: codecov/codecov-action@5ecb98a3c6b747ed38dc09f787459979aebb39be # v4.3.1
with:
- files: gopath/src/github.com/google/syzkaller/.coverage.txt
+ codecov_yml_path: ${{env.GOPATH}}/src/github.com/google/syzkaller/.github/codecov.yml
+ file: ${{env.GOPATH}}/src/github.com/google/syzkaller/.coverage.txt
flags: dashboard
token: ${{ secrets.CODECOV_TOKEN }}
verbose: true