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

Start tracking workspace Cargo.lock #1096

Merged
merged 1 commit into from
Jul 1, 2024
Merged

Start tracking workspace Cargo.lock #1096

merged 1 commit into from
Jul 1, 2024

Conversation

Robbepop
Copy link
Member

@Robbepop Robbepop commented Jul 1, 2024

We did not track Cargo.lock because Wasmi started out as a pure library. However, with the not-so-recent addition of the Wasmi CLI binary we should also start tracking Cargo.lock as is recommended for binary crates.

Note: Cargo.lock is ignored when building Wasmi as a crate dependency for users. With a tracked Cargo.lock users can now build the Wasmi CLI tool with --locked dependencies for reliable builds.

We did not track Cargo.lock because Wasmi started out as a pure library. However, with the not-so-recent addition of the Wasmi CLI binary we should also start tracking Cargo.lock as is recommended for binary crates.
Copy link

codecov bot commented Jul 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 80.48%. Comparing base (116e716) to head (9715b1c).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1096   +/-   ##
=======================================
  Coverage   80.48%   80.48%           
=======================================
  Files         270      270           
  Lines       25079    25079           
=======================================
  Hits        20184    20184           
  Misses       4895     4895           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Robbepop Robbepop merged commit 1d3b365 into master Jul 1, 2024
18 checks passed
@Robbepop Robbepop deleted the rf-track-cargo-lock branch July 1, 2024 09:18
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.

1 participant