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

@@ -169,3 +169,7 @@ impl IoHandler<NetSyncMessage> for ClientIoHandler {
}
}
/// Parity needs at least 1 test to generate coverage reports correctly.
#[test]
fn if_works() {
}