mun-lang / mun

Source code for the Mun language and runtime.
https://mun-lang.org
Other
1.83k stars 73 forks source link

feat: use cargo-nextest in ci #433

Closed baszalmstra closed 2 years ago

baszalmstra commented 2 years ago

Use cargo nextest in CI

codecov[bot] commented 2 years ago

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.

baszalmstra commented 2 years ago

@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?