Updated codecov config to also ignore the ui directory entirely, since it's not very conducive to tests as it is

This commit is contained in:
2024-11-03 16:05:17 -07:00
parent ce4cbd8652
commit 1ff31b1bd9
+1
View File
@@ -3,3 +3,4 @@ coverage:
ignore:
- "**/*_tests.rs"
- "src/ui"