SakulFlee / Rust-Multi-Platform-Project-Template

Other
0 stars 0 forks source link

CI's should allow for test failures #137

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

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

Like the title says.

Reason: Many tests will (and already are!) failing since most projects require opening a GUI/Window/App. Doing so will fail on most CI's.

closes #136

codecov[bot] commented 2 years ago

Codecov Report

Merging #137 (379c8b7) into main (772b983) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #137   +/-   ##
=======================================
  Coverage   98.00%   98.00%           
=======================================
  Files          14       14           
  Lines          50       50           
=======================================
  Hits           49       49           
  Misses          1        1           
Impacted Files Coverage Δ
platform/linux/src/tests/mod.rs 100.00% <ø> (ø)
platform/macos/src/tests/mod.rs 100.00% <ø> (ø)
platform/windows/src/tests/mod.rs 100.00% <ø> (ø)

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 772b983...379c8b7. Read the comment docs.