diff --git a/floor_generator/pubspec.lock b/floor_generator/pubspec.lock index eb7438bb..0167644f 100644 --- a/floor_generator/pubspec.lock +++ b/floor_generator/pubspec.lock @@ -431,9 +431,11 @@ packages: test_cov: dependency: "direct dev" description: - name: test_cov - url: "https://pub.dartlang.org" - source: hosted + path: "." + ref: "issue/clean_up_deprecate" + resolved-ref: a115aaea58417afbd70c1b4b67199ad6bc78bbbf + url: "https://github.com/dkaera/test_cov.git" + source: git version: "1.0.1" typed_data: dependency: transitive diff --git a/floor_generator/pubspec.yaml b/floor_generator/pubspec.yaml index 06eb04ec..090f9805 100644 --- a/floor_generator/pubspec.yaml +++ b/floor_generator/pubspec.yaml @@ -27,4 +27,7 @@ dev_dependencies: mockito: ^5.2.0 path: ^1.8.0 test: ^1.21.1 - test_cov: ^1.0.1 + test_cov: + git: + url: https://github.com/dkaera/test_cov.git + ref: issue/clean_up_deprecate