Closed lu-zero closed 11 months ago
Review changes with SemanticDiff.
Analyzed 1 of 1 files.
Overall, the semantic diff is 43% smaller than the GitHub diff.
Filename | Status | |
---|---|---|
:heavy_check_mark: | hwlocality-sys/build.rs | 42.42% smaller |
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
f6e9a92
) 65.28% compared to head (31b1329
) 66.53%. Report is 2 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Thanks for the fix!
target_os reports the target used to build the build.rs script, while it is needed to check which is the target used to build the crate itself.
Partially unbreaks cross-building, it covers only macos to linux.