test: apply coverage filters to pacman-server crate

This commit is contained in:
Ryan Walters
2025-09-19 10:46:23 -05:00
parent 62b619a3cc
commit 4a041a7695
4 changed files with 29 additions and 6 deletions

View File

@@ -64,3 +64,9 @@ axum-test = "18.1.0"
pretty_assertions = "1.4.1"
testcontainers = "0.25.0"
bon = "3.7.2"
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = [
'cfg(coverage,coverage_nightly)',
'cfg(use_console)',
] }