Add MetadataClient#17
Open
indiv0 wants to merge 8 commits into
Open
Conversation
3e242dd to
e088e87
Compare
Increase the minimum rust version to stable-2019-11-07, which is the first stable rust version that provides async/await.
e088e87 to
e25b95f
Compare
Modify Makefile to generate documentation with all features enabled and not to generate documentation for any dependencies.
e25b95f to
f5d54c4
Compare
Modify Makefile to run tests for all features and targets, as well as to run all doctests.
f5d54c4 to
3313e16
Compare
Add a run goal to the Makefile which executes all project examples.
Add --all-targets and --all-features flags to most commands in the Makefile to ensure that they apply all available features, etc.
Modify Makefile to execute examples when using the cargo watch command. This makes the debug loop more exhaustive as all possible executables are built and tested.
Codecov Report
@@ Coverage Diff @@
## master #17 +/- ##
==========================================
- Coverage 93.5% 93.33% -0.18%
==========================================
Files 3 3
Lines 77 75 -2
==========================================
- Hits 72 70 -2
Misses 5 5
Continue to review full report at Codecov.
|
Remove unnecessary `fn main {}` blocks from the docs and add missing
closing ticks to the `TaskDef::set_name` example code block.
3313e16 to
b8f0fbf
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.