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

blues / note-c
93%

Build:
DEFAULT BRANCH: master
Repo Added 29 Jan 2023 07:08PM UTC
Files 9
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

LAST BUILD ON BRANCH master
branch: master
CHANGE BRANCH
x
Reset
  • master
  • alex-package-library
  • build/cmake-library-target
  • build/macos-test-support
  • ci/skip-hil-on-forks
  • devin/1738153264-add-cppcheck
  • devin/1738330743-fix-issues-165-167
  • devin/1738616085-add-getter-functions
  • devin/1741730646-fossology-ci
  • devin/1741982888-scancode-ci-integration
  • devin/1746546121-i2c-serial-default-functions
  • docs/living-architecture-docs
  • docs/publish-architecture-map
  • feat/j-storage-optimization
  • fix/_n_htoa32
  • fix/const-transmit-internals
  • fix/crc-memcmp-bug
  • fix/hil-dynamic-max-binary-length
  • fix/hil-host-mcu-usb-symlink-flicker
  • fix/macos-appleclang-int-float
  • fix/n-atof-kr-style-definition
  • fix/remove-non-ascii-chars
  • hayden/barcelona_notestation
  • hayden/card_binary_crc_error
  • hayden/card_binary_trace
  • hayden/fix_json_number_handling_test
  • hayden/hil_fix
  • hayden/hil_update_notestation_version
  • hayden/nf-1163
  • hayden/tailscale_dns
  • hayden/ts-688
  • hayden/update_card_binary_hil
  • mat-crc-fix
  • ray/addf
  • ray/autobaud
  • ray/badbin
  • ray/cobs-lengths
  • ray/leaks
  • ray/timeout-function
  • ray/translead
  • split/reset-best-effort
  • tj-markdown-docs
  • v2.6.1
  • zak-ai
  • zak-astyle
  • zak-cb
  • zak-ci
  • zak-cobs
  • zak-connect
  • zak-dev-env
  • zak-doxy
  • zak-flow
  • zak-format
  • zak-heartbeat
  • zak-heartbeat-ctl
  • zak-i2c
  • zak-io
  • zak-log
  • zak-mutex
  • zak-nodebug
  • zak-release
  • zak-rename
  • zak-sa
  • zak-strl
  • zak-time
  • zak-timeout
  • zak-transaction
  • zak-ver
  • zak-zero-req
  • zak/fix-crc-seqno-lock
  • zak/fix-seqno-unlock-regression-test

12 Aug 2026 01:49PM UTC coverage: 93.408%. Remained the same
31603449016

push

github

web-flow
Fix flaky/hanging note-c card.binary HIL tests (#253)

The nightly HIL job kept failing, and recently hung for hours. Fixes:

- Use the current notestation-client (v3.5.1) via the
  install_notestation_client action, replacing the old v2.2.0 client. The old
  one briefly flickered the Swan's USB test port while the board rebooted after
  flashing, so the tests couldn't open it and none ran.

- Wait for the board's prompt and send the "start" command a few times. The
  board can miss a single "start" sent while its USB is still settling (~2s),
  which left the run hung with no output.

- Add a concurrency group so a new push cancels the previous run instead of two
  runs fighting over the single test station.

- Cap the job at 30 minutes so a stall fails fast.

- Drop the "Install notecard CLI" and socat steps; the current client no longer
  needs them (a plain cat streams the Notecard trace).

Verified on barcelona-notestation-1.

Authored by Claude Code (AI agent).

Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

1229 of 1409 branches covered (87.22%)

Branch coverage included in aggregate %.

2526 of 2611 relevant lines covered (96.74%)

80.3 hits per line

Relevant lines Covered
Build:
Build:
2611 RELEVANT LINES 2526 COVERED LINES
80.3 HITS PER LINE
Source Files on master
  • Tree
  • List 9
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
31603449016 master Fix flaky/hanging note-c card.binary HIL tests (#253) The nightly HIL job kept failing, and recently hung for hours. Fixes: - Use the current notestation-client (v3.5.1) via the install_notestation_client action, replacing the old v2.2.0 clien... push 12 Aug 2026 01:56PM UTC web-flow github
93.41
29464033486 master chore: Update to reasonable default for time sync (#250) * chore: Update to reasonable default for time sync * ci: pin macOS unit-test job to macos-15 macos-latest now resolves to macOS 26 / Xcode 26.5, where AppleClang fails the note_c -Werror... push 16 Jul 2026 01:31AM UTC web-flow github
93.41
29462798729 master fix: silence AppleClang int-to-double limit warnings under -Werror (#251) Explicitly cast JINTEGER_MAX/MIN and UINTMAX_MAX to JNUMBER in the saturation comparisons in n_cjson.c and n_ftoa.c. INT64_MAX and UINTMAX_MAX are not exactly representable... push 16 Jul 2026 01:02AM UTC web-flow github
93.23
28631184530 master feat: AI documentation (#249) augmented dependency graph to facilitate AI comprehension push 03 Jul 2026 01:00AM UTC web-flow github
93.23
28627794980 master chore: Roll version push 02 Jul 2026 11:27PM UTC zfields github
93.23
28627097351 master test: assert seqNo advances before note unlock (#248) push 02 Jul 2026 11:09PM UTC web-flow github
93.23
28626161127 master fix: guard CRC sequence number with note lock (#247) push 02 Jul 2026 10:48PM UTC web-flow github
93.23
27548900939 master feat: NotePing() allows for testing to see if a notecard is responding sans delays/retry (#239) * feat: NotePing() allows for testing to see if a notecard is responding sans delays/retry The new NotePing method issues an echo transaction *withou... push 15 Jun 2026 01:23PM UTC web-flow github
93.23
27548380112 master build: add reusable CMake library target for downstream projects (#236) * build: Add macOS build support for unit tests Add conditional CMake configuration for macOS (APPLE): - Skip -m32 and Linux-specific linker flags - Define HAVE_STRLCPY/HAVE... push 15 Jun 2026 01:14PM UTC web-flow github
93.55
26334136842 master docs: publish architecture map in docs site (#243) * Publish architecture map in docs site push 23 May 2026 01:42PM UTC web-flow github
93.35
See All Builds (862)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc