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

Fix unit tests with latest jupyter_client #142

Merged
merged 1 commit into from
May 30, 2024

Do not assert number of threads but thread names

4e0fb86
Select commit
Loading
Failed to load commit list.
Merged

Fix unit tests with latest jupyter_client #142

Do not assert number of threads but thread names
4e0fb86
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded May 30, 2024 in 0s

62.55% (+0.24%) compared to 106b313

View this Pull Request on Codecov

62.55% (+0.24%) compared to 106b313

Details

Codecov Report

Attention: Patch coverage is 0% with 2 lines in your changes are missing coverage. Please review.

Project coverage is 62.55%. Comparing base (106b313) to head (4e0fb86).

Files Patch % Lines
spine_engine/server/engine_server.py 0.00% 1 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #142      +/-   ##
==========================================
+ Coverage   62.30%   62.55%   +0.24%     
==========================================
  Files          40       40              
  Lines        3847     3848       +1     
  Branches      765      766       +1     
==========================================
+ Hits         2397     2407      +10     
+ Misses       1298     1293       -5     
+ Partials      152      148       -4     

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