Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rework pre installed tools in the devcontainer #424

Merged
merged 1 commit into from
Apr 6, 2022
Merged

Conversation

jonasbb
Copy link
Owner

@jonasbb jonasbb commented Apr 6, 2022

clippy in the nightly version comes in handy to run more lints and be
able to debug the recurring nightly problems.
cargo-tarpaulin is quite heavy to build and not that often needed, so
it can be omitted and installed on demand.
Install crates with --locked to avoid potential breakage.

bors merge

clippy in the nightly version comes in handy to run more lints and be
able to debug the recurring nightly problems.
cargo-tarpaulin is quite heavy to build and not that often needed, so
it can be omitted and installed on demand.
Install crates with `--locked` to avoid potential breakage.
@codecov
Copy link

codecov bot commented Apr 6, 2022

Codecov Report

Merging #424 (8264ee5) into master (e4681d5) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #424   +/-   ##
=======================================
  Coverage   70.37%   70.37%           
=======================================
  Files          51       51           
  Lines        3386     3386           
=======================================
  Hits         2383     2383           
  Misses       1003     1003           

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 e4681d5...8264ee5. Read the comment docs.

@bors
Copy link
Contributor

bors bot commented Apr 6, 2022

Build succeeded:

@bors bors bot merged commit 05e9bb5 into master Apr 6, 2022
@bors bors bot deleted the devcontainer branch April 6, 2022 20:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant