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

xarray-contrib / xncml / 24788613366
91%

Build:
DEFAULT BRANCH: main
Ran 22 Apr 2026 04:00PM UTC
Jobs 5
Files 5
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

22 Apr 2026 03:58PM UTC coverage: 91.022%. Remained the same
24788613366

push

github

web-flow
Update cookiecutter template (#141)

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

* Added support and CI builds for Python3.14
* Migrates `optional-dependencies` to `dependency-groups`
* Sets token-based workflows to run within an `automation` environment
* `pre-commit` has been replaced by `prek`
* `Makefile` now handles some dependency installation logic
* `tox` now uses the new TOML spec for configurations

### Does this PR introduce a breaking change?

Yes. 

- 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. 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.

### 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 libraries are also suggested to be listed under dependency-groups.

https://peps.python.org/pep-0735/

730 of 802 relevant lines covered (91.02%)

4.55 hits per line

Jobs
ID Job ID Ran Files Coverage
1 run-3.11-pypi - 24788613366.1 22 Apr 2026 04:00PM UTC 5
91.02
GitHub Action Run
2 run-3.12-pypi - 24788613366.2 22 Apr 2026 04:00PM UTC 5
91.02
GitHub Action Run
3 run-3.10-pypi - 24788613366.3 22 Apr 2026 04:00PM UTC 5
91.02
GitHub Action Run
4 run-3.14-pypi - 24788613366.4 22 Apr 2026 04:00PM UTC 5
91.02
GitHub Action Run
5 run-3.13-pypi - 24788613366.5 22 Apr 2026 04:00PM UTC 5
91.02
GitHub Action Run
Source Files on build 24788613366
  • Tree
  • List 5
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #24788613366
  • d19c4e88 on github
  • Prev Build on main (#23607253997)
  • Next Build on main (#24792321685)
  • Delete
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