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

Ouranosinc / miranda / 24151258008
18%

Build:
DEFAULT BRANCH: main
Ran 08 Apr 2026 06:28PM UTC
Jobs 10
Files 71
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

08 Apr 2026 06:16PM UTC coverage: 18.104%. Remained the same
24151258008

push

github

web-flow
Cookiecutter update (#345)

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

* 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

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

### Other information:

`dependency-groups` are a way to ensure that development-time
dependencies are now 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/

1224 of 6761 relevant lines covered (18.1%)

1.8 hits per line

Jobs
ID Job ID Ran Files Coverage
1 run-3.14-pypi - 24151258008.1 08 Apr 2026 06:37PM UTC 71
18.09
GitHub Action Run
2 run-Python3.12-conda - 24151258008.2 08 Apr 2026 06:29PM UTC 71
17.96
GitHub Action Run
3 run-3.13-pypi - 24151258008.3 08 Apr 2026 06:32PM UTC 71
18.09
GitHub Action Run
4 run-Python3.11-conda - 24151258008.4 08 Apr 2026 06:28PM UTC 71
17.96
GitHub Action Run
5 run-3.10-pypi - 24151258008.5 08 Apr 2026 06:31PM UTC 71
18.09
GitHub Action Run
6 run-3.11-pypi - 24151258008.6 08 Apr 2026 06:31PM UTC 71
18.09
GitHub Action Run
7 run-3.12-pypi - 24151258008.7 08 Apr 2026 06:32PM UTC 71
18.09
GitHub Action Run
8 run-Python3.13-conda - 24151258008.8 08 Apr 2026 06:28PM UTC 71
17.96
GitHub Action Run
9 run-Python3.10-conda - 24151258008.9 08 Apr 2026 06:35PM UTC 71
17.96
GitHub Action Run
10 run-Python3.14-conda - 24151258008.10 08 Apr 2026 06:28PM UTC 71
17.96
GitHub Action Run
Source Files on build 24151258008
  • Tree
  • List 71
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #24151258008
  • 3f4a1231 on github
  • Prev Build on main (#23898883516)
  • Next Build on main (#24259093172)
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