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

Add minimal versions test to CI #373

Merged
merged 7 commits into from
Feb 5, 2022
Merged

Add minimal versions test to CI #373

merged 7 commits into from
Feb 5, 2022

Conversation

sagebind
Copy link
Owner

@sagebind sagebind commented Feb 4, 2022

Add step to CI that compiles and runs all tests against the lowest compatible versions of all crates to ensure that the specified dependency ranges are actually compatible.

See also https://users.rust-lang.org/t/psa-please-specify-precise-dependency-versions-in-cargo-toml/71277.

Add step to CI that compiles and runs all tests against the lowest compatible versions of all crates to ensure that the specified dependency ranges are actually compatible.

See also <https://users.rust-lang.org/t/psa-please-specify-precise-dependency-versions-in-cargo-toml/71277>.
@codecov
Copy link

codecov bot commented Feb 4, 2022

Codecov Report

Merging #373 (f99aa5a) into master (5175f9f) will not change coverage.
The diff coverage is 50.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #373   +/-   ##
=======================================
  Coverage   79.46%   79.46%           
=======================================
  Files          52       52           
  Lines        3092     3092           
=======================================
  Hits         2457     2457           
  Misses        635      635           
Impacted Files Coverage Δ
src/text.rs 81.39% <0.00%> (ø)
tests/encoding.rs 97.95% <100.00%> (ø)

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 5175f9f...f99aa5a. Read the comment docs.

@sagebind sagebind merged commit 3a49173 into master Feb 5, 2022
@sagebind sagebind deleted the minimal-versions-test branch February 5, 2022 04:54
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