Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-11-24 | feat(test): horizontal separator between disjoint runs of lines (#8484) | Valentin Anger | |
Places a newline between non-consecutive line block in coverage report to improve readability. | |||
2020-11-19 | refactor(cli): move tooling to cli/tools/ (#8424) | Bartek IwaĆczuk | |
This commit moves following tools into a single "tools" module located at "cli/tools/mod.rs": - formatter - linter - test runner - coverage collector - installer - binary upgrader - repl |