ci: update codecov ignore config

This commit is contained in:
Li Jie
2025-01-13 10:53:43 +08:00
parent 0b1c4fb54f
commit 25a3e19384
3 changed files with 4 additions and 10 deletions

View File

@@ -1,8 +0,0 @@
coverage:
ignore:
- "compiler/chore"
- "chore"
- "py"
- "x"
- "cpp"
- "runtime"

4
.github/codecov.yml vendored Normal file
View File

@@ -0,0 +1,4 @@
coverage:
ignore:
- "compiler/chore"
- "compiler/cmd"

View File

@@ -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