Closed jonhoo closed 5 years ago
cc @djc
Awesome!
Merging #42 into master will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## master #42 +/- ##
=====================================
Coverage 100% 100%
=====================================
Files 1 1
Lines 5 5
=====================================
Hits 5 5
Impacted Files | Coverage Δ | |
---|---|---|
src/lib.rs | 100% <ø> (ø) |
: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 dbd8115...29e081a. Read the comment docs.
Pushed one more option that enables you to skip cargo check --all-features
, since some projects have features that are nightly only, or otherwise should not generally be enabled.
This PR adds support for a few requested features (#37 and #41), as well as for running tests single-threaded (
--test-threads=1
), which some projects need.