ci: ignore error.rs in coverage (#162)

This commit is contained in:
Lei, Huang
2022-08-11 15:01:45 +08:00
committed by GitHub
parent ffd637e5f5
commit 2c7e83c792

2
.github/codecov.yml vendored
View File

@@ -6,3 +6,5 @@ coverage:
default:
enable: yes
threshold: 1%
ignore:
- "**/error*.rs" # ignore all error.rs files