diff --git a/pubspec.yaml b/pubspec.yaml index 15919808..f6c010a2 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -18,7 +18,7 @@ repository: https://github.com/postmeridiem/clide # Pre-push line-coverage floor. Ratchets up only — see D-66. # Reading: `awk -F: '/^coverage_floor:/ {gsub(/ /,"",$2); print $2}' pubspec.yaml`. -coverage_floor: 81 +coverage_floor: 82 # Project metadata (was project.yaml, folded in per D-056). # version: above is the single source of truth. The Makefile reads diff --git a/test/kernel/src/project_test.dart b/test/kernel/src/project_test.dart new file mode 100644 index 00000000..a3915385 Binary files /dev/null and b/test/kernel/src/project_test.dart differ