ci: Use cargo-llvm-cov to generate coverage data (#438)

* ci: Use cargo-llvm-cov to generate coverage data

* ci: Remove usage of lld in coverage.yml

* ci: Move codecov.yml to project root
This commit is contained in:
Yingwen
2022-11-10 13:25:18 +08:00
committed by GitHub
parent e62b302fb2
commit fa4a74a408
2 changed files with 7 additions and 22 deletions

10
codecov.yml Normal file
View File

@@ -0,0 +1,10 @@
# codecov config
coverage:
status:
patch: off # disable patch status
project:
default:
enable: yes
threshold: 1%
ignore:
- "**/error*.rs" # ignore all error.rs files