fix: resolve pre-commit and coverage gate issues

This commit is contained in:
Thomas SharedInbox
2026-05-09 18:59:12 +02:00
parent 3fd7b564de
commit e9e731c551
9 changed files with 96 additions and 61 deletions
+1 -1
View File
@@ -4,5 +4,5 @@
set -uo pipefail
cd "$(git rev-parse --show-toplevel)" || exit 1
fvm dart format .
fvm dart format lib test
task check-fast