Updated codecov config to ignore test files

This commit is contained in:
2024-11-03 16:01:49 -07:00
parent 346d95f8ec
commit ce4cbd8652
+3
View File
@@ -1,2 +1,5 @@
coverage: coverage:
range: "80..100" range: "80..100"
ignore:
- "**/*_tests.rs"