mesalock-linux / mesabox

A collection of core system utilities written in Rust for Unix-like systems (and now Windows)
BSD 3-Clause "New" or "Revised" License
137 stars 19 forks source link

Add musl target into CI #18

Closed mssun closed 6 years ago

mssun commented 6 years ago

To test mesabox can be used as a standalone binary using musl libc (in case there are any consistency issue between gnu libc and musl libc.

codecov[bot] commented 6 years ago

Codecov Report

Merging #18 into master will decrease coverage by 1.62%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #18      +/-   ##
==========================================
- Coverage   24.26%   22.64%   -1.63%     
==========================================
  Files          24       24              
  Lines        2621     2928     +307     
  Branches      586      656      +70     
==========================================
+ Hits          636      663      +27     
- Misses       1835     2105     +270     
- Partials      150      160      +10
Impacted Files Coverage Δ
src/posix/sh/ast.rs 0% <0%> (ø) :arrow_up:
src/posix/sh/builtin/mod.rs 0% <0%> (ø) :arrow_up:
src/posix/head/mod.rs 54.08% <0%> (+0.51%) :arrow_up:
src/lib.rs 63.44% <0%> (+3.44%) :arrow_up:

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 1df99ba...61914fa. Read the comment docs.