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

Ouranosinc / xscen / 24412749735
90%

Build:
DEFAULT BRANCH: main
Ran 14 Apr 2026 05:20PM UTC
Jobs 12
Files 17
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 05:13PM UTC coverage: 90.047% (+0.3%) from 89.76%
24412749735

push

github

web-flow
Cookiecutter update (#715)

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

* Adds Windows and macOS builds to the GitHub CI tests (currently
allowed to fail)
* PyPI builds now test against latest `xclim` release
* 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
* `tox.toml` has been adjusted to use Makefile
* `tox.toml` no longer installs `h5py` explicitly

### 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 previous features from the `ini` format
in its new `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/

4388 of 4873 relevant lines covered (90.05%)

10.52 hits per line

Jobs
ID Job ID Ran Files Coverage
1 run-Python3.11-pypi-windows-latest - 24412749735.1 14 Apr 2026 05:29PM UTC 17
79.95
GitHub Action Run
2 run-Python3.12-conda-ubuntu-latest - 24412749735.2 14 Apr 2026 05:24PM UTC 17
89.76
GitHub Action Run
3 run-Python3.12-pypi-macos-latest - 24412749735.3 14 Apr 2026 05:25PM UTC 17
87.34
GitHub Action Run
4 run-Python3.10-pypi-ubuntu-latest - 24412749735.4 14 Apr 2026 05:24PM UTC 17
87.09
GitHub Action Run
5 run-Python3.13-conda-ubuntu-latest - 24412749735.5 14 Apr 2026 05:24PM UTC 17
89.76
GitHub Action Run
6 run-Python3.10-conda-ubuntu-latest - 24412749735.6 14 Apr 2026 05:30PM UTC 17
89.37
GitHub Action Run
7 run-Python3.11-conda-ubuntu-latest - 24412749735.7 14 Apr 2026 05:23PM UTC 17
89.76
GitHub Action Run
8 run-Python3.11-pypi-ubuntu-latest - 24412749735.8 14 Apr 2026 05:24PM UTC 17
87.4
GitHub Action Run
9 run-Python3.12-pypi-ubuntu-latest - 24412749735.9 14 Apr 2026 05:25PM UTC 17
87.4
GitHub Action Run
10 run-Python3.14-conda-ubuntu-latest - 24412749735.10 14 Apr 2026 05:20PM UTC 17
89.76
GitHub Action Run
11 run-Python3.13-pypi-ubuntu-latest - 24412749735.11 14 Apr 2026 05:24PM UTC 17
87.4
GitHub Action Run
12 run-Python3.14-pypi-ubuntu-latest - 24412749735.12 14 Apr 2026 05:27PM UTC 17
87.38
GitHub Action Run
Source Files on build 24412749735
  • Tree
  • List 17
  • Changed 10
  • Source Changed 0
  • Coverage Changed 10
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #24412749735
  • b00285f6 on github
  • Prev Build on main (#23851317114)
  • Next Build on main (#24673968739)
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