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

hydrologie / xdatasets / 24415597659 / 1
21%
master: 21%

Build:
Build:
LAST BUILD BRANCH: main
DEFAULT BRANCH: master
Ran 14 Apr 2026 06:28PM UTC
Files 9
Run time 1s
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

14 Apr 2026 06:17PM UTC coverage: 20.502% (+0.2%) from 20.335%
24415597659.1

push

github

web-flow
Cookiecutter update (#292)

### What kind of change does this PR introduce?

* Added support and CI builds for Python3.13
* Removed several unnecessary dependencies listed in `pyproject.toml`
* Migrates `optional-dependencies` to `dependency-groups`
* Sets token-based workflows to run within an `automation` environment
* Updates dependencies
* `pre-commit` has been replaced by `prek`
* `Makefile` now handles some dependency installation logic
* Configuration issues in `tox.toml` have been resolved

### Does this PR introduce a breaking change?

Yes. 

- Many dependencies that are implicitly installed and never called but
listed in the `pyproject.toml` have been removed. Many of these
dependencies are bundled and only called within the `xscen` codebase.
- The new method for installing dependencies is to either use the
`Makefile` commands or the new command invocation.
- `tox` has been undergoing significant overhaul to its configuration
language. The previous config settings were not working as intended, but
it now implements most features from the `ini` format in the `toml`
spec. There are likely some neat new goodies that we can make use of for
specialized testing.
- `ESMF_VERSION` no longer requires a preceding `v` when using `tox`.

### Other information:

`dependency-groups` are a way to ensure that development-time
dependencies are not published with distributions of packages, which is
great for packages that do not bundle code, or for preventing end-users
from installing tools they will never require when using the package.

Example invocation:
```
$ pip install --group lint,test
```
A dependency-group is only available when examining the source code of
the library and allows developers to only install the dependencies
without needing to install the library itself (great for linting). It
also supports installing the library or nesting of other
dependency-groups/optional-dependencies, if desired. Testing and other
miscellaneous development librar... (continued)

98 of 478 relevant lines covered (20.5%)

0.21 hits per line

Source Files on job run-3.12-conda - 24415597659.1
  • Tree
  • List 9
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 24415597659
  • 3d3c9986 on github
  • Prev Job for on main (#23852350803.4)
  • Next Job for on main (#24741808272.5)
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