Results 5 issues of eugene-retunsky

Added ability to provide the following parameters via config: ``` --excl-br-line Lines in covered files containing this marker will be excluded from branch coverage. --excl-br-start Marks the end of a...

My project has the following `build.rs`: ```rust extern crate cbindgen; fn main() { let crate_dir = env::var("CARGO_MANIFEST_DIR") .expect("CARGO_MANIFEST_DIR variable is not set"); let out_dir = env::var("OUT_DIR") .expect("OUT_DIR variable is not...

bug
help wanted

I replaced the jquery script in the demo file with ``` <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.5.2/jquery.min.js"> </script> ``` And it gives the following error: ![joy-ride-issue-1-5-2](https://f.cloud.github.com/assets/290269/321320/35e71282-99b7-11e2-98bd-a6b2ba5fbad3.png)

Joyride 2

Hi, I integrated `rust-covfix` using `github-actions` and it works fine, but then panics like this: ``` Run rust-covfix lcov.info -o lcov.info Coverages are fixed successfully! line: 84.11% (2425 of 2883...