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

rtmx-ai / rtmx / 27855396249
83%

Build:
DEFAULT BRANCH: main
Ran 20 Jun 2026 01:00AM UTC
Jobs 1
Files 115
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

20 Jun 2026 12:58AM UTC coverage: 82.875% (+0.01%) from 82.861%
27855396249

push

github

web-flow
fix(from-pytest): carry marker dimensions and omit skipped tests (REQ-LANG-004) (#125)

The JUnit-based `rtmx from-pytest` path had two fidelity gaps that made it
unusable for projects with a multi-dimensional completeness policy:

- It emitted dimensionless results (only req_id/test/file/line), so a
  `policy: combinations` project could never reach COMPLETE from pytest — the
  scope/technique/env evidence was dropped on the floor even though the marker
  scanner already collects the `scope_*`/`technique_*`/`env_*` markers.
- It recorded skipped tests (including `skipif` and `xfail`, which pytest emits
  as JUnit <skipped>) as failures, so a hardware-gated test that is correctly
  skipped would DOWNGRADE its requirement.

Fix: map the already-collected marker list into the results schema's
scope/technique/env (e.g. `scope_unit` → `unit`, `env_static_field` →
`static_field`), and omit skipped cases entirely (neither promote nor downgrade).

Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>

21 of 21 new or added lines in 1 file covered. (100.0%)

16439 of 19836 relevant lines covered (82.87%)

29.79 hits per line

Jobs
ID Job ID Ran Files Coverage
1 27855396249.1 20 Jun 2026 01:00AM UTC 115
82.87
GitHub Action Run
Source Files on build 27855396249
  • Tree
  • List 115
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #27855396249
  • 4c67ce19 on github
  • Prev Build on main (#27844337053)
  • Next Build on main (#27857940985)
  • Delete
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