-
Notifications
You must be signed in to change notification settings - Fork 0
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
Fix tests, bump python version to 3.11 #29
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #29 +/- ##
===========================================
- Coverage 92.36% 78.12% -14.25%
===========================================
Files 9 12 +3
Lines 786 928 +142
===========================================
- Hits 726 725 -1
- Misses 60 203 +143 ☔ View full report in Codecov by Sentry. |
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
Tests are failing on lines of code that do not exist? |
It seems that it is not checking out the right version / commit, it is checking out main. |
For some reason the actions/checkout was checking out the base branch instead of the pushed commit. Setting
I have also updated to python 3.11 and the action versions. |
The issue with the actions/checkout might be related to actions/checkout#881. Setting |
No description provided.