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

ci: fix python unit tests #130

Merged
merged 1 commit into from
Jun 11, 2024
Merged

ci: fix python unit tests #130

merged 1 commit into from
Jun 11, 2024

Conversation

apaletta3
Copy link
Contributor

@apaletta3 apaletta3 commented Jun 11, 2024

With the new base image python instal that is not built from source the site-package dir has changed to dist-packages.

This MR ensure that the python unit test are no longer broken because they can't find the ostk package who's tests should be run

@apaletta3 apaletta3 self-assigned this Jun 11, 2024
Copy link

codecov bot commented Jun 11, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 74.60%. Comparing base (c836728) to head (2533e6c).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #130   +/-   ##
=======================================
  Coverage   74.60%   74.60%           
=======================================
  Files          55       55           
  Lines        5998     5998           
=======================================
  Hits         4475     4475           
  Misses       1523     1523           

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

@lucas-bremond lucas-bremond merged commit 6c36a60 into main Jun 11, 2024
13 checks passed
@lucas-bremond lucas-bremond deleted the ci/fix-python-unit-tests branch June 11, 2024 15:31
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