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

Updated copy_libraries func #111

Merged
merged 6 commits into from
Nov 13, 2023
Merged

Updated copy_libraries func #111

merged 6 commits into from
Nov 13, 2023

Conversation

JewishLewish
Copy link
Contributor

Previously:

let out_dir = out_dir.parent().unwrap().parent().unwrap().parent().unwrap();

New:

let out_dir = out_dir.ancestors().nth(3).unwrap();

I did a clean build ( deleted debug folder and worked as normal)

Copy link

codecov bot commented Nov 13, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

❗ No coverage uploaded for pull request base (v2@e5d8b6d). Click here to learn what that means.

Additional details and impacted files
@@          Coverage Diff          @@
##             v2     #111   +/-   ##
=====================================
  Coverage      ?   38.50%           
=====================================
  Files         ?       29           
  Lines         ?     1483           
  Branches      ?        0           
=====================================
  Hits          ?      571           
  Misses        ?      912           
  Partials      ?        0           

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

@decahedron1 decahedron1 merged commit c7af2c8 into pykeio:v2 Nov 13, 2023
3 of 4 checks passed
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.

2 participants