Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pub global run coverage:collect_coverage --port=8111 -o coverage.json --resume-isolates --wait-paused & dart --observe=8111 test/rxdart_test.dart & pub global run coverage:format_coverage --package-root=packages --report-on lib --in coverage.json --out lcov.info --lcov
- Loading branch information