aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github/workflows/cron.yml
Commit message (Collapse)AuthorAgeFilesLines
* Fix coverage reporting.J08nY2025-11-191-2/+2
|
* Move away from pip-tools and use uv.J08nY2025-11-171-13/+8
| | | | | | | | | | uv is all the rage. No, but really. The pip-compile approach does not work cross-platform or cross-python version (sometimes it does, but not always). In comparison and uv lockfile is universal and cross-platform: https://docs.astral.sh/uv/concepts/projects/layout/#the-lockfile This should help make our install easier and more robust.
* Report failed and skipped tests.J08nY2025-04-031-0/+1
|
* Add test summary to actionsJ08nY2025-04-031-1/+6
|
* Upload test results to codecov.J08nY2025-04-031-0/+5
|
* Correct codecov continue.J08nY2025-02-271-1/+1
|
* Continue to codecov submission even if tests fail in CRON.J08nY2025-02-271-0/+1
|
* Move flaky remote tests into "scheduled" workflow.J08nY2025-02-271-0/+39