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

BCDA-APS / 3idc-bits / 27650801955
56%

Build:
DEFAULT BRANCH: main
Ran 16 Jun 2026 09:59PM UTC
Jobs 1
Files 27
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

16 Jun 2026 09:56PM UTC coverage: 55.983% (+2.6%) from 53.415%
27650801955

push

github

prjemian
flyscan: surface real Eiger arm-failure message

The Eiger reports arm failures within ~2 ms via cam.detector_state
-> 'Error' + cam.status_message = 'Failed to arm the detector'.
Without an explicit check, the run would only fail several
seconds later in the first-frame wait, with a misleading apstools
'Path / does not exist on IOC' message from the unwinding path.

Add _check_cam_armed(det) plan stub, called immediately after
'bps.mv(det.cam.acquire, 1)' in takeoff_and_monitor.  Polls
cam.detector_state every 50 ms for up to 500 ms; on transition
to Error / Aborted / Aborting / Disconnected, reads
cam.status_message and raises RuntimeError carrying the IOC's
real failure text.  On Acquire, returns immediately so the
first-frame logic continues.  Timeout without seeing Error or
Acquire returns silently (the existing first-frame timeout
catches that case).

8 unit tests cover: armed-immediately, every error state, late
error, status_message read failure, detector_state read failure,
and timeout without error.

96 of 101 new or added lines in 2 files covered. (95.05%)

467 existing lines in 1 file now uncovered.

1221 of 2181 relevant lines covered (55.98%)

0.56 hits per line

Uncovered Changes

Lines Coverage ∆ File
4
94.94
src/id3c/tests/test_check_cam_armed.py
1
18.08
2.85% src/id3c/plans/flyscan_3idc.py

Coverage Regressions

Lines Coverage ∆ File
467
18.08
2.85% src/id3c/plans/flyscan_3idc.py
Jobs
ID Job ID Ran Files Coverage
1 3.11 - 27650801955.1 16 Jun 2026 09:59PM UTC 27
55.98
GitHub Action Run
Source Files on build 27650801955
  • Tree
  • List 27
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • f4a13236 on github
  • Prev Build on main (#27648418509)
  • Next Build on main (#27651423121)
  • 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