• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

idanmoradarthas / DataScienceUtils / 21043733466
100%

Build:
DEFAULT BRANCH: master
Ran 15 Jan 2026 07:32PM UTC
Jobs 12
Files 7
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

15 Jan 2026 07:30PM UTC coverage: 100.0%. Remained the same
21043733466

push

github

web-flow
Migrate CI to use uv and uvx (#86)

* feat: Migrate CI to use uv and uvx

This commit migrates the GitHub Actions workflow to use `uv` and `uvx` for installing dependencies and running tests.

The `pyproject.toml` file has been updated to define test dependencies under `[project.optional-dependencies]`, making them installable with `uv pip install -e '.[test]'`.

The GitHub Actions workflow in `.github/workflows/test.yml` has been updated to:
- Use `astral-sh/setup-uv@v1` to set up the `uv` environment.
- Install dependencies using `uv pip install`.
- Run tests, linting, and formatting checks using `uvx`.

* fix: Correct uv migration in CI workflow

This commit fixes the CI workflow to correctly use `uv` for dependency management and testing.

The `pyproject.toml` file has been updated to:
- Correctly define optional dependencies for `test` and `dev`.
- Add a `[tool.uv]` section with a consolidated list of `dev-dependencies`.
- Fix a duplicate key issue with `[project.optional-dependencies]`.

The GitHub Actions workflow in `.github/workflows/test.yml` has been updated to:
- Use `astral-sh/setup-uv@v4` with caching.
- Use `uv python install` to set up Python.
- Use `uv sync` to install dependencies.
- Use `uv run` to execute tests.

* refactor: Clean up pyproject.toml after uv migration

This commit removes unnecessary configurations from pyproject.toml following the migration to uv.

- The [tool.hatch.envs.test] and [tool.hatch.envs.dev] sections have been removed as they are no longer used.
- The coveralls dependency has been removed from [project.optional-dependencies.test] and [tool.uv.dev-dependencies] since it is now run ephemerally with uvx.

* fix: Use dependency-groups in pyproject.toml

This commit replaces the deprecated `[tool.uv.dev-dependencies]` section with `[dependency-groups]` in `pyproject.toml` to resolve the deprecation warning from `uv`.

---------

Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.no... (continued)

641 of 641 relevant lines covered (100.0%)

12.0 hits per line

Jobs
ID Job ID Ran Files Coverage
1 ubuntu-latest-python-3.12 - 21043733466.1 15 Jan 2026 07:35PM UTC 7
100.0
GitHub Action Run
2 windows-latest-python-3.12 - 21043733466.2 15 Jan 2026 07:35PM UTC 7
100.0
GitHub Action Run
3 windows-latest-python-3.13 - 21043733466.3 15 Jan 2026 07:35PM UTC 7
100.0
GitHub Action Run
4 macos-latest-python-3.10 - 21043733466.4 15 Jan 2026 07:35PM UTC 7
100.0
GitHub Action Run
5 macos-latest-python-3.12 - 21043733466.5 15 Jan 2026 07:35PM UTC 7
100.0
GitHub Action Run
6 ubuntu-latest-python-3.10 - 21043733466.6 15 Jan 2026 07:35PM UTC 7
100.0
GitHub Action Run
7 macos-latest-python-3.13 - 21043733466.7 15 Jan 2026 07:35PM UTC 7
100.0
GitHub Action Run
8 ubuntu-latest-python-3.13 - 21043733466.8 15 Jan 2026 07:35PM UTC 7
100.0
GitHub Action Run
9 ubuntu-latest-python-3.11 - 21043733466.9 15 Jan 2026 07:35PM UTC 7
100.0
GitHub Action Run
10 windows-latest-python-3.10 - 21043733466.10 15 Jan 2026 07:35PM UTC 7
100.0
GitHub Action Run
11 macos-latest-python-3.11 - 21043733466.11 15 Jan 2026 07:35PM UTC 7
100.0
GitHub Action Run
12 windows-latest-python-3.11 - 21043733466.12 15 Jan 2026 07:35PM UTC 7
100.0
GitHub Action Run
Source Files on build 21043733466
  • Tree
  • List 7
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • edefbaab on github
  • Prev Build on master (#20097572999)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc