-
Notifications
You must be signed in to change notification settings - Fork 101
ci: Run tests serially #2014
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
Merged
Merged
ci: Run tests serially #2014
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Contributor
Coverage Report for |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| File | Stmts | Miss | Cover | Missing |
|---|---|---|---|---|
| skore-hub-project/src/skore_hub_project | ||||
| __init__.py | 19 | 1 | 94% | 35 |
| skore-hub-project/src/skore_hub_project/artefact | ||||
| __init__.py | 2 | 0 | 100% | |
| artefact.py | 36 | 0 | 100% | |
| serializer.py | 28 | 0 | 100% | |
| upload.py | 36 | 4 | 88% | 169, 171–172, 174 |
| skore-hub-project/src/skore_hub_project/authentication | ||||
| __init__.py | 0 | 0 | 100% | |
| login.py | 19 | 1 | 94% | 26 |
| logout.py | 5 | 0 | 100% | |
| token.py | 18 | 0 | 100% | |
| skore-hub-project/src/skore_hub_project/client | ||||
| __init__.py | 0 | 0 | 100% | |
| api.py | 47 | 0 | 100% | |
| client.py | 60 | 0 | 100% | |
| skore-hub-project/src/skore_hub_project/media | ||||
| __init__.py | 6 | 0 | 100% | |
| data.py | 26 | 0 | 100% | |
| feature_importance.py | 46 | 0 | 100% | |
| media.py | 18 | 0 | 100% | |
| model.py | 15 | 0 | 100% | |
| performance.py | 55 | 0 | 100% | |
| skore-hub-project/src/skore_hub_project/metric | ||||
| __init__.py | 10 | 0 | 100% | |
| accuracy.py | 32 | 0 | 100% | |
| brier_score.py | 32 | 0 | 100% | |
| log_loss.py | 34 | 0 | 100% | |
| metric.py | 49 | 1 | 97% | 22 |
| precision.py | 60 | 0 | 100% | |
| r2.py | 32 | 0 | 100% | |
| recall.py | 60 | 0 | 100% | |
| rmse.py | 34 | 0 | 100% | |
| roc_auc.py | 34 | 0 | 100% | |
| timing.py | 87 | 4 | 95% | 50–51, 113–114 |
| skore-hub-project/src/skore_hub_project/project | ||||
| __init__.py | 0 | 0 | 100% | |
| project.py | 82 | 2 | 97% | 247, 275 |
| skore-hub-project/src/skore_hub_project/report | ||||
| __init__.py | 3 | 0 | 100% | |
| cross_validation_report.py | 61 | 3 | 95% | 144–145, 229 |
| estimator_report.py | 20 | 0 | 100% | |
| report.py | 48 | 0 | 100% | |
| TOTAL | 1114 | 16 | 98% | |
| Tests | Skipped | Failures | Errors | Time |
|---|---|---|---|---|
| 127 | 0 💤 | 0 ❌ | 0 🔥 | 1m 29s ⏱️ |
Contributor
Contributor
Coverage Report for |
||||||||||||||||||||||||||||||||||||||||
| File | Stmts | Miss | Cover | Missing |
|---|---|---|---|---|
| skore-local-project/src/skore_local_project | ||||
| __init__.py | 5 | 0 | 100% | |
| project.py | 97 | 1 | 98% | 277 |
| storage.py | 40 | 2 | 95% | 45, 187 |
| TOTAL | 142 | 3 | 97% | |
| Tests | Skipped | Failures | Errors | Time |
|---|---|---|---|---|
| 21 | 0 💤 | 0 ❌ | 0 🔥 | 7.029s ⏱️ |
Collaborator
|
How big is the difference? |
Contributor
Author
At least 8 minutes before (we had issues where we reached the 10-minute timeout in the past); 2 minutes now. |
thomass-dev
approved these changes
Sep 4, 2025
Collaborator
thomass-dev
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's try it!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Counter-intuitively, tests take longer to run in parallel.