ci: codecov report excludes llgo library

This commit is contained in:
Li Jie
2025-01-03 18:35:00 +08:00
parent 239ac496b2
commit 81598621e8
2 changed files with 8 additions and 7 deletions

7
.github/ci-config/codecov.yml vendored Normal file
View File

@@ -0,0 +1,7 @@
coverage:
ignore:
- "c"
- "py"
- "x"
- "cmd"
- "cpp"

View File

@@ -142,15 +142,9 @@ jobs:
- name: Show test result
run: cat result.md
- name: PR comment with test result
uses: thollander/actions-comment-pull-request@v3
if: false
with:
filePath: result.md
comment_tag: test-result-on-${{matrix.os}}-with-llvm-${{matrix.llvm}}
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v5
with:
token: ${{secrets.CODECOV_TOKEN}}
slug: goplus/llgo
codecov_yml_path: .github/ci-config/codecov.yml