ci: update codecov ignore config
This commit is contained in:
8
.github/ci-config/codecov.yml
vendored
8
.github/ci-config/codecov.yml
vendored
@@ -1,8 +0,0 @@
|
||||
coverage:
|
||||
ignore:
|
||||
- "compiler/chore"
|
||||
- "chore"
|
||||
- "py"
|
||||
- "x"
|
||||
- "cpp"
|
||||
- "runtime"
|
||||
4
.github/codecov.yml
vendored
Normal file
4
.github/codecov.yml
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
coverage:
|
||||
ignore:
|
||||
- "compiler/chore"
|
||||
- "compiler/cmd"
|
||||
2
.github/workflows/go.yml
vendored
2
.github/workflows/go.yml
vendored
@@ -54,5 +54,3 @@ jobs:
|
||||
uses: codecov/codecov-action@v5
|
||||
with:
|
||||
token: ${{secrets.CODECOV_TOKEN}}
|
||||
slug: goplus/llgo
|
||||
codecov_yml_path: .github/ci-config/codecov.yml
|
||||
|
||||
Reference in New Issue
Block a user