openml / openml-python

Python module to interface with OpenML
https://openml.github.io/openml-python/main/
Other
276 stars 142 forks source link

build: Rebase dev onto main #1322

Closed eddiebergman closed 6 months ago

eddiebergman commented 6 months ago

To get dev to not have merge conflicts with main, we just make sure that dev has the correct ordered commit history of main as a rebase.

Doing it as a merge doesn't align the commit history, just the code changes

codecov-commenter commented 6 months ago

Codecov Report

Attention: 235 lines in your changes are missing coverage. Please review.

Comparison is base (2791074) 85.26% compared to head (1d26ad5) 84.29%. Report is 58 commits behind head on develop.

Files Patch % Lines
openml/datasets/dataset.py 87.20% 22 Missing :warning:
openml/_api_calls.py 73.97% 19 Missing :warning:
openml/datasets/functions.py 86.42% 19 Missing :warning:
openml/cli.py 0.00% 18 Missing :warning:
openml/tasks/task.py 77.63% 17 Missing :warning:
openml/utils.py 81.11% 17 Missing :warning:
openml/testing.py 75.80% 15 Missing :warning:
openml/config.py 83.54% 13 Missing :warning:
openml/runs/functions.py 88.46% 12 Missing :warning:
openml/setups/setup.py 45.45% 12 Missing :warning:
... and 16 more
Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #1322 +/- ## =========================================== - Coverage 85.26% 84.29% -0.98% =========================================== Files 38 38 Lines 5104 5252 +148 =========================================== + Hits 4352 4427 +75 - Misses 752 825 +73 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.