added dumb tests for parity and ethcore-rpc to include them in coverage reports, added TARGETS env variable to travis.yml

This commit is contained in:
debris
2016-02-02 02:04:03 +01:00
parent 21de5562d7
commit baec2909b6
3 changed files with 14 additions and 15 deletions

View File

@@ -42,3 +42,8 @@ impl HttpServer {
server.start_async(addr)
}
}
/// Lib needs at least 1 test to generate coverage reports correctly.
#[test]
fn if_works() {
}