SakulFlee / Rust-Multi-Platform-Project-Template

Other
0 stars 0 forks source link

Add Clippy checks #143

Closed create-issue-branch[bot] closed 2 years ago

create-issue-branch[bot] commented 2 years ago

closes #142

codecov[bot] commented 2 years ago

Codecov Report

Merging #143 (712c59a) into main (a14953c) will not change coverage. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main     #143   +/-   ##
=======================================
  Coverage   98.00%   98.00%           
=======================================
  Files          14       14           
  Lines          50       50           
=======================================
  Hits           49       49           
  Misses          1        1           
Impacted Files Coverage Δ
platform/android/src/lib.rs 100.00% <100.00%> (ø)
platform/ios/src/lib.rs 100.00% <100.00%> (ø)
platform/linux/src/main.rs 100.00% <100.00%> (ø)
platform/macos/src/main.rs 100.00% <100.00%> (ø)
platform/webassembly/src/lib.rs 80.00% <100.00%> (ø)
platform/windows/src/main.rs 100.00% <100.00%> (ø)
shared/src/lib.rs 100.00% <100.00%> (ø)
... and 4 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update a14953c...712c59a. Read the comment docs.