kennytm
kennytm
In rust-lang/rust#45810 (merged as rust-lang/rust@b7ccb0a5a7ee5bf51dbb63490c0d7166cfb993e2, with commit date `2017-11-06T17:57:51Z`), the assertions are transferred to the "alt" builds. When doing bisection, it is preferable to have assertions enabled. Thus we should...
* [ ] Change `sortable.js` to something smaller. * [ ] Allow hiding skipped lines * [ ] Support `.scrollIntoViewIfNeeded()` outside of Chrome * [ ] Test on IE
* [ ] Produce coveralls-compatible branch coverage JSON info * [ ] Upload from Travis CI to coveralls * [ ] Upload from AppVeyor to coveralls API reference: https://coveralls.zendesk.com/hc/en-us/articles/201350799-API-Reference Maybe...
* Add test cases to verify `cov` can parse `*.gcno`/`*.gcda` generated from: * [x] rustc * [x] clang 4 * [x] gcc 7 * [x] Ensure the counts of `*.gcno`/`*.gcda`...
* [ ] cov, cargo-cov (v1.0.0) * [ ] qrcode (v1.0.0) * [ ] regex (v2.0.0) * [ ] cargo (v2.0.0) * [ ] [sputnikvm](https://github.com/ethereumproject/sputnikvm) (v2.0.0)
* [ ] *.gcov * [ ] [LCOV geninfo tracefile](http://ltp.sourceforge.net/coverage/lcov/geninfo.1.php) * [ ] Cobertura XML (see kcov)
I don't care about rustc for this, this mainly focus on clang/swiftc. * [ ] (cov) Construct Graph from the compiled executable? Or whatever is holding those special LLVM IR....
* [ ] (rustc) Make sure `asan` is supported on all relevant platforms (tracking) * [ ] (cargo-cov) Build sancov-enabled binaries (easy) * [ ] (cargo-cov) Run sancov-enabled binaries to...
* [ ] **To** codecov.io * [ ] **From** Circle CI * [ ] **From** GitLab CI
Use lcov markers to remove a source line's statistics. ``` LCOV_EXCL_LINE Lines containing this marker will be excluded. LCOV_EXCL_START Marks the beginning of an excluded section. The current line is...