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

rtmx-ai / rtmx / 24321167003
81%

Build:
DEFAULT BRANCH: main
Ran 13 Apr 2026 01:14AM UTC
Jobs 1
Files 68
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

13 Apr 2026 01:13AM UTC coverage: 81.364% (-0.006%) from 81.37%
24321167003

push

github

rhino11
fix: status --verify now auto-detects project test command

Previously, `rtmx status --verify` and `rtmx verify` (without
--command) hardcoded `go test -json ./...` as the default test
command. This caused silent failures in non-Go projects -- the
command would find no Go tests and report "No requirements with
linked tests found" even when markers were correctly detected by
from-tests.

Add detectTestCommand() that inspects the working directory for
build files and selects the appropriate test runner:
  Cargo.toml    -> cargo test --workspace
  package.json  -> npm test
  pyproject.toml/setup.py -> pytest -v
  build.gradle  -> gradle test
  pom.xml       -> mvn test
  mix.exs       -> mix test
  Gemfile       -> bundle exec rake test
  Package.swift -> swift test
  pubspec.yaml  -> dart test
  (default)     -> go test -json ./...

Bug reported by aegis-cli team running rtmx 0.2.5 in a Rust
workspace with 1,135 linked test markers.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

22 of 30 new or added lines in 1 file covered. (73.33%)

1 existing line in 1 file now uncovered.

10561 of 12980 relevant lines covered (81.36%)

28.06 hits per line

Uncovered Changes

Lines Coverage ∆ File
8
73.66
0.34% internal/cmd/verify.go

Coverage Regressions

Lines Coverage ∆ File
1
73.66
0.34% internal/cmd/verify.go
Jobs
ID Job ID Ran Files Coverage
1 24321167003.1 13 Apr 2026 01:14AM UTC 68
81.36
GitHub Action Run
Source Files on build 24321167003
  • Tree
  • List 68
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #24321167003
  • 5c60a5ce on github
  • Prev Build on main (#24317605117)
  • Next Build on main (#24324259110)
  • 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