fernandobatels / rsfbclient

Rust Firebird Client
MIT License
74 stars 10 forks source link

Unnecessary command removed from build.rs #114

Closed fernandobatels closed 3 years ago

fernandobatels commented 3 years ago

Removed a 'rerun-if' command from 'build.rs' of rsfbclient- native. The command was forcing the rsfbclient and rsfbclient-native always recompile, due to the non-existence of the tests folder on rsfbclient-native.

coveralls commented 3 years ago

Pull Request Test Coverage Report for Build 1078068958


Files with Coverage Reduction New Missed Lines %
rsfbclient-diesel/src/fb/types.rs 1 68.22%
rsfbclient-rust/src/client.rs 3 65.37%
<!-- Total: 4 -->
Totals Coverage Status
Change from base Build 790332230: -0.06%
Covered Lines: 2472
Relevant Lines: 3156

💛 - Coveralls