test-coverage
test-coverage copied to clipboard
Runs tests in Dart VM and collects coverage data.
This loosens dependency constraints and makes test_coverage use args and path transitively. These changes allow consuming this package from a NNBD project that otherwise might run into dependency conflicts. Specifically,...
I'm working on windows which doesn't really have lcov support. So to still be able to view code coverage I added the "pretty printing" result to an output file called...
- New Options: - `timeout`: for all tests timeout (in seconds). - `force-collect`: to force collect of coverage using an STDOUT mark, avoiding Isolate pause issues. - `force-exit-after-collect`: forces process...
Coverage doesn't detect files that haven't been covered if their is no route to this files from the test files. The workaround is to add imports of all sources files...
It would be awesome if we could specify where we want the lcov.info file should be saved.
### Issue Could not run tests with Observatory enabled. Try setting a different port with --port option. ### Error Log Bad state: Could not run tests with Observatory enabled. Try...
Hi everyone, I'm facing an issue while running the test, you can see below the error I got in terminal while running the "dart --pause-isolates-on-exit --enable_asserts --enable-vm-service \ test/.test_coverage.dart" command....
Hi We are facing an issue when we try to run test_coverage because of concurrency. Do we have an option to run 'pub run test_coverage' without concurrency? Thanks, Naresh
Hi! I'm using this ` pub run test_coverage --exclude="**.g.dart"` to exclude generated file. Seem that it doesn't work. Any idea?