Skip to content

Run a scheduled test on scikit-learn dev version#261

Merged
PicoCentauri merged 2 commits into
mainfrom
cron-tests
Jun 30, 2025
Merged

Run a scheduled test on scikit-learn dev version#261
PicoCentauri merged 2 commits into
mainfrom
cron-tests

Conversation

@PicoCentauri

@PicoCentauri PicoCentauri commented Jun 27, 2025

Copy link
Copy Markdown
Collaborator

We had some recent issues breaking API changes on the scikit-learn. We should see these issues coming earlier before opening a random PR after a release!

I added a test environment that pulls the latest version from the main branch and runs the test suite against this version. You can run this environment by typing

tox -e tests-dev

The environment is not run by default and within a new PR but only based on a schedule: Mondays at 10:00 in the GitHub time zone.


📚 Documentation preview 📚: https://scikit-matter--261.org.readthedocs.build/en/261/

@PicoCentauri PicoCentauri added the dependencies Pull requests that update a dependency file label Jun 27, 2025
@PicoCentauri

Copy link
Copy Markdown
Collaborator Author

I have no idea what is going on with codecov but maybe lets ignore it for now xD...

@PicoCentauri PicoCentauri requested a review from Luthaf June 27, 2025 15:37
@Luthaf

Luthaf commented Jun 30, 2025

Copy link
Copy Markdown
Collaborator

I have no idea what is going on with codecov but maybe lets ignore it for now xD...

Codecov coverage is now below the 95% threshold, so we need to add more tests and increase the coverage!

@Luthaf Luthaf left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, can you try to add more coverage anyway? My guess is that some code updated somewhere, and now some lines no longer count as covered.

@PicoCentauri

Copy link
Copy Markdown
Collaborator Author

Yes, I will set it to 90% for now and open issue to investigate what is going on and add more tests to lift it again above 95%.

@PicoCentauri PicoCentauri merged commit 5b65e19 into main Jun 30, 2025
12 checks passed
@PicoCentauri PicoCentauri deleted the cron-tests branch June 30, 2025 12:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants