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

openvax / topiary / 24907834632
90%

Build:
DEFAULT BRANCH: master
Ran 24 Apr 2026 07:32PM UTC
Jobs 3
Files 34
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

24 Apr 2026 07:25PM UTC coverage: 88.876% (+0.04%) from 88.837%
24907834632

push

github

web-flow
evaluate_scores(df, node) row-aligned helper (#126) — v5.10.0 (#144)

Wraps the group→row mapping every DSL consumer writes by hand:

  ctx = EvalContext(df)
  scored = node.eval(ctx)
  aligned = scored.reindex(ctx.row_group_tuples())
  aligned.index = df.index

becomes:

  aligned = evaluate_scores(df, node)

- Returns a Series with df.index, numeric dtype.
- fill= controls NaN behavior for unscored rows (default NaN).
- Exported at topiary.evaluate_scores.

16 of 16 new or added lines in 2 files covered. (100.0%)

3803 of 4279 relevant lines covered (88.88%)

2.67 hits per line

Jobs
ID Job ID Ran Files Coverage
1 python-3.10 - 24907834632.1 24 Apr 2026 07:33PM UTC 34
88.88
GitHub Action Run
2 python-3.12 - 24907834632.2 24 Apr 2026 07:33PM UTC 34
88.88
GitHub Action Run
3 python-3.11 - 24907834632.3 24 Apr 2026 07:32PM UTC 34
88.88
GitHub Action Run
Source Files on build 24907834632
  • Tree
  • List 34
  • Changed 3
  • Source Changed 3
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #24907834632
  • adbb33b4 on github
  • Prev Build on master (#24907235540)
  • Next Build on master (#25186739369)
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