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

RobotWebTools / rclnodejs / 22938894213
86%

Build:
DEFAULT BRANCH: develop
Ran 11 Mar 2026 06:06AM UTC
Jobs 1
Files 50
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

11 Mar 2026 05:51AM UTC coverage: 85.941% (-0.02%) from 85.961%
22938894213

push

github

web-flow
Align clang-format include ordering with cpplint rules (#1428)

Previously, clang-format's default Google style IncludeCategories assigned the same priority to C++ standard library headers (e.g., <string>) and third-party headers (e.g., <rcpputils/scope_exit.hpp>), causing them to be sorted alphabetically within the same group. This violated cpplint's expected include order (C system → C++ system → other), requiring `// NOLINTNEXTLINE` comments as workarounds.

Changes:
- .clang-format: Add explicit IncludeCategories to separate C++ standard library headers (no slash, no extension) from third-party angle-bracket headers, and set IncludeBlocks to Regroup so clang-format enforces proper grouping
- .clang-format: Upgrade Standard from Cpp11 to c++17 to match binding.gyp
- Remove `// NOLINTNEXTLINE` from 4 source files: src/rcl_context_bindings.cpp, src/rcl_graph_bindings.cpp, src/rcl_subscription_bindings.cpp, src/rcl_utilities.cpp

Verified with `npm run format` and `npm run lint` (cpplint: 0 errors).

Fix: #1427

1403 of 1770 branches covered (79.27%)

Branch coverage included in aggregate %.

2876 of 3209 relevant lines covered (89.62%)

449.75 hits per line

Jobs
ID Job ID Ran Files Coverage
1 22938894213.1 11 Mar 2026 06:06AM UTC 50
85.94
GitHub Action Run
Source Files on build 22938894213
  • Tree
  • List 50
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #22938894213
  • 94de0887 on github
  • Prev Build on develop (#22842312855)
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