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:
@@ -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() {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user