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

openbraininstitute / neurodamus / 17646193240 / 1 – baseline
90%
main: 90%

Build:
DEFAULT BRANCH: main
Ran 11 Sep 2025 01:42PM UTC
Files 47
Run time 2s
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

11 Sep 2025 01:31PM UTC coverage: 25.236%. Remained the same
baseline – 17646193240.1

push

github

web-flow
fix for `pytest-cov: 7.0.0` (#385)

## Context
fix #384

pytestcov broke because:

> 7.0.0 (2025-09-09)
Dropped support for subprocesses measurement.

> It was a feature added long time ago when coverage lacked a nice way
to measure subprocesses created in tests. It relied on a .pth file,
there was no way to opt-out and it created bad interations with
[coverage’s new patch
system](https://coverage.readthedocs.io/en/latest/config.html#run-patch)
added in
[7.10](https://coverage.readthedocs.io/en/7.10.6/changes.html#version-7-10-0-2025-07-24).

> To migrate to this release you might need to enable the suprocess
patch, example for .coveragerc:

> [run]
patch = subprocess
This release also requires at least coverage 7.10.6.

> Switched packaging to have metadata completely in pyproject.toml and
use [hatchling](https://pypi.org/project/hatchling/) for building.
Contributed by Ofek Lev in
[#551](https://github.com/pytest-dev/pytest-cov/pull/551) with some
extras in [#716](https://github.com/pytest-dev/pytest-cov/pull/716).

> Removed some not really necessary testing deps like six.

## Scope
try:
```
[run]
patch = subprocess
```

2060 of 8163 relevant lines covered (25.24%)

0.25 hits per line

Source Files on job baseline - 17646193240.1
  • Tree
  • List 47
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 17646193240
  • bf907d76 on github
  • Prev Job for on main (#17642756730.4)
  • Next Job for on main (#17646697368.2)
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