We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
暂定 Tarpaulin 实现。
The text was updated successfully, but these errors were encountered:
好像 code coverage 的前提是要有测试?等我写个unit test先 (#29) docs coverage 倒是可以先做
Sorry, something went wrong.
@255doesnotexist code coverage 有一个问题:lintestor 是一个 binary project, api 并不对测试模块可见 ( https://doc.rust-lang.org/book/ch11-03-test-organization.html )
docs coverage 实现有了(但是需要 nightly toolchain):
RUSTDOCFLAGS="-Z unstable-options --show-coverage" cargo doc --no-deps
+-------------------------------------+------------+------------+------------+------------+ | File | Documented | Percentage | Examples | Percentage | +-------------------------------------+------------+------------+------------+------------+ | src/aggregator.rs | 3 | 100.0% | 0 | 0.0% | | src/config/connection_config.rs | 1 | 14.3% | 0 | 0.0% | | src/config/distro_config.rs | 1 | 10.0% | 0 | 0.0% | | src/config/mod.rs | 0 | 0.0% | 0 | 0.0% | | src/main.rs | 8 | 100.0% | 0 | 0.0% | | src/markdown_report.rs | 2 | 100.0% | 0 | 0.0% | | src/test_runner/local.rs | 1 | 33.3% | 0 | 0.0% | | src/test_runner/mod.rs | 2 | 66.7% | 0 | 0.0% | | src/test_runner/remote.rs | 3 | 33.3% | 0 | 0.0% | | src/testenv_manager.rs | 6 | 66.7% | 0 | 0.0% | | src/testscript_manager.rs | 8 | 80.0% | 5 | 100.0% | | src/utils.rs | 29 | 96.7% | 0 | 0.0% | +-------------------------------------+------------+------------+------------+------------+ | Total | 64 | 67.4% | 5 | 83.3% | +-------------------------------------+------------+------------+------------+------------+
255doesnotexist
aisuneko
No branches or pull requests
暂定 Tarpaulin 实现。
The text was updated successfully, but these errors were encountered: