crate-ci / azure-pipelines

Easy continuous integration for Rust projects with Azure Pipelines
MIT License
88 stars 24 forks source link

Add various options #42

Closed jonhoo closed 5 years ago

jonhoo commented 5 years ago

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.

jonhoo commented 5 years ago

cc @djc

djc commented 5 years ago

Awesome!

codecov-io commented 5 years ago

Codecov Report

Merging #42 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

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

jonhoo commented 5 years ago

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.