test: setup common submodule, add text.rs tests, pattern exclude error.rs

This commit is contained in:
2025-08-12 19:23:49 -05:00
parent 60bbd1f5d6
commit a230d15ffc
4 changed files with 206 additions and 34 deletions

View File

@@ -1,7 +1,7 @@
set shell := ["bash", "-c"]
set windows-shell := ["powershell.exe", "-NoLogo", "-Command"]
coverage_exclude_pattern := "app.rs|audio.rs"
coverage_exclude_pattern := "app.rs|audio.rs|error.rs"
# Display report (for humans)
report-coverage: coverage