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

CodeReclaimers / neat-python / 24268607044
87%

Build:
DEFAULT BRANCH: master
Ran 10 Apr 2026 11:21PM UTC
Jobs 1
Files 30
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

10 Apr 2026 11:20PM UTC coverage: 86.868%. Remained the same
24268607044

push

github

CodeReclaimers
Fix flaky test_remove_node_deletes_node surfaced by PyPy CI

mutate_delete_node invokes _prune_dangling_nodes after removing the
chosen hidden node, so any other hidden node that can no longer reach
an output is pruned along with its connections. The existing test
asserted an exact one-node reduction, which only held when the random
choice happened to pick a non-articulation node. Without a seed, the
outcome depends on hash randomization — about 30% flaky on CPython
and consistently failing on all four PyPy versions in GH Actions run
24268291745.

Relax the two tests in this file that assumed exact-count deletion
(test_remove_node_deletes_node and
test_remove_node_deletes_associated_connections), and add
test_remove_node_deletes_exactly_one which builds a genome by hand
with two parallel independent input->hidden->output paths so no
cascade is possible and the exact-one invariant can be checked
deterministically.

Verified: 15/15 PYTHONHASHSEED variations of the mutations test file
clean; full suite 630 passed / 6 skipped.

2183 of 2513 relevant lines covered (86.87%)

0.87 hits per line

Jobs
ID Job ID Ran Files Coverage
1 24268607044.1 10 Apr 2026 11:21PM UTC 30
86.87
GitHub Action Run
Source Files on build 24268607044
  • Tree
  • List 30
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 0b92b9d0 on github
  • Prev Build on master (#24268291745)
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