mun icon indicating copy to clipboard operation
mun copied to clipboard

feat: use cargo-nextest in ci

Open baszalmstra opened this issue 3 years ago • 1 comments

Use cargo nextest in CI

baszalmstra avatar Aug 06 '22 18:08 baszalmstra

Codecov Report

Merging #433 (890968d) into main (9ecf73a) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #433   +/-   ##
=======================================
  Coverage   83.13%   83.13%           
=======================================
  Files         281      281           
  Lines       16648    16648           
=======================================
  Hits        13840    13840           
  Misses       2808     2808           

Help us with your feedback. Take ten seconds to tell us how you rate us.

codecov[bot] avatar Aug 06 '22 19:08 codecov[bot]

@Wodann I think the output of nextest is much nicer than regular cargo test for sure but I don't know if the costs outway of "something extra" and non-standardness outway the benefits. If you don't mind I would like to try for a while and revert if we don't feel this adds more than it costs. WDYT?

baszalmstra avatar Aug 27 '22 11:08 baszalmstra