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

hydrologie / xdatasets / 24415597659
21%
master: 21%

Build:
Build:
LAST BUILD BRANCH: main
DEFAULT BRANCH: master
Ran 14 Apr 2026 06:19PM UTC
Jobs 8
Files 9
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

14 Apr 2026 06:17PM UTC coverage: 21.13% (+0.8%) from 20.335%
24415597659

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)

1 of 1 new or added line in 1 file covered. (100.0%)

101 of 478 relevant lines covered (21.13%)

1.67 hits per line

Jobs
ID Job ID Ran Files Coverage
1 run-3.12-conda - 24415597659.1 14 Apr 2026 06:20PM UTC 9
20.5
GitHub Action Run
2 run-3.11-pypi - 24415597659.2 14 Apr 2026 06:28PM UTC 9
21.13
GitHub Action Run
3 run-3.13-pypi - 24415597659.3 14 Apr 2026 06:27PM UTC 9
21.13
GitHub Action Run
4 run-3.13-conda - 24415597659.4 14 Apr 2026 06:19PM UTC 9
20.5
GitHub Action Run
5 run-3.10-conda - 24415597659.5 14 Apr 2026 06:23PM UTC 9
20.5
GitHub Action Run
6 run-3.10-pypi - 24415597659.6 14 Apr 2026 06:27PM UTC 9
21.13
GitHub Action Run
7 run-3.11-conda - 24415597659.7 14 Apr 2026 06:19PM UTC 9
20.5
GitHub Action Run
8 run-3.12-pypi - 24415597659.8 14 Apr 2026 06:28PM UTC 9
21.13
GitHub Action Run
Source Files on build 24415597659
  • Tree
  • List 9
  • Changed 2
  • Source Changed 1
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #24415597659
  • 3d3c9986 on github
  • Prev Build on main (#23852350803)
  • Next Build on main (#24741808272)
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