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

Run tests with test keys symlinks from crate directories #1218

Merged
merged 1 commit into from
Nov 22, 2023

Conversation

rnijveld
Copy link
Member

@rnijveld rnijveld commented Nov 20, 2023

The lib tests assumed that the entire repository is available, but once pushed to crates.io, only the crate itself is available. Cargo does resolve the symlink and pushes the target of that symlink to the repository though, so this should fix that.

Fixes #1214
Fixes #1215

Copy link

codecov bot commented Nov 20, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (714e7e8) 85.47% compared to head (d01a828) 83.68%.
Report is 10 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1218      +/-   ##
==========================================
- Coverage   85.47%   83.68%   -1.79%     
==========================================
  Files          58       63       +5     
  Lines       17077    17495     +418     
==========================================
+ Hits        14596    14641      +45     
- Misses       2481     2854     +373     

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

@davidv1992 davidv1992 added this pull request to the merge queue Nov 22, 2023
Merged via the queue into main with commit 0b4aaae Nov 22, 2023
20 checks passed
@davidv1992 davidv1992 deleted the test-keys-fixes branch November 22, 2023 08:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants