test-coverage
test-coverage copied to clipboard
Runs tests in Dart VM and collects coverage data.
@pulyaevskiy I think it's important that this repo is maintained and you must be very busy. I suggest putting out some feelers to the community and see if anyone is...
[contentstack_utils] dart pub get Resolving dependencies... charcode 1.2.0 (1.3.1 available) meta 1.3.0 (1.4.0 available) Got dependencies! exit code 0 -- [tensify] dart pub get Resolving dependencies... Because test_coverage >=0.3.0 depends...
Hi! What's the status on supporting the null-safety within this package?
I'm testing the package https://github.com/bsutton/dshell ``` pub run test_coverage Precompiling executable... (1.1s) Precompiled test_coverage:test_coverage. Found 54 test files. Generated test-all script in test/.test_coverage.dart. Please make sure it is added to...
is the package going to be upgraded? since some of it's dependencies have been discontinued in pub. e.g `lcov`
When running code_coverage, the command hang after printing: ``` Generated test-all script in test/.test_coverage.dart. Please make sure it is added to .gitignore. ``` Nothing happens even after waiting a really...
This pull request removes discontinued [lcov](https://pub.dev/packages/lcov) dependency and migrates the package to null safety. Following Flutter [guidelines](https://dart.dev/null-safety/migration-guide#package-version), package version gets updated from `0.5.0` to `0.6.0` Closes #38 , #37, #33
That dependency is starting to get really annoying. It's currently blocking build_runner, mockito and json_serializable just to give a few examples.
While building using pub get throughs error output: using test: ^1.14.4 test_coverage: ^0.4.3 [package_name] dart pub get Resolving dependencies... Because test_coverage ^0.4.0 depends on coverage ^0.13.0 and test >=1.16.6 depends...
As [lcov](https://pub.dev/packages/lcov) has been discontinued this project should not depend on it, also because of that can't migrate to null safety.