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

Alan-Jowett / bdd_test / 19213674854
88%

Build:
DEFAULT BRANCH: main
Ran 09 Nov 2025 08:02PM UTC
Jobs 1
Files 6
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

09 Nov 2025 08:00PM UTC coverage: 88.636% (-0.008%) from 88.644%
19213674854

push

github

web-flow
Fix cppcheck issues for clean static analysis (#20)

* Fix cppcheck issues for clean static analysis

Code quality improvements:

1. **Fixed const-correctness issues**:
   - Made 'manager' parameter const in write_bdd_to_dot() functions
   - Updated both implementation and header declarations

2. **Performance optimizations**:
   - Replaced raw loop with std::transform in bdd_graph.cpp
   - Added algorithm header for std::transform
   - Improved map insertion performance with try_emplace

3. **Removed dead code**:
   - Eliminated unused private function get_node_id()
   - Cleaned up expression_iterator class

4. **Updated CI configuration**:
   - Removed suppressions that are no longer needed
   - Cppcheck now runs cleanly with only essential suppressions

All cppcheck warnings and style issues have been resolved.
The code now passes static analysis without any suppressions
for the issues we fixed.

Signed-off-by: Alan Jowett <alan.jowett@microsoft.com>

* Apply clang-format to ensure consistent code formatting

Fix line wrapping in main.cpp function signature to comply with
the project's clang-format configuration (100 character line limit).

Signed-off-by: Alan Jowett <alan.jowett@microsoft.com>

* Remove unnecessary unusedFunction suppression from cppcheck

Since we removed the actual unused function (get_node_id) from the
codebase, we no longer need to suppress unusedFunction warnings.
This makes the cppcheck configuration cleaner and more precise.

Signed-off-by: Alan Jowett <alan.jowett@microsoft.com>

---------

Signed-off-by: Alan Jowett <alan.jowett@microsoft.com>
Co-authored-by: Alan Jowett <alan.jowett@microsoft.com>

647 of 763 branches covered (84.8%)

Branch coverage included in aggregate %.

4 of 4 new or added lines in 2 files covered. (100.0%)

601 of 645 relevant lines covered (93.18%)

221.5 hits per line

Jobs
ID Job ID Ran Files Coverage
1 19213674854.1 09 Nov 2025 08:02PM UTC 6
88.64
GitHub Action Run
Source Files on build 19213674854
  • Tree
  • List 6
  • Changed 3
  • Source Changed 3
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #19213674854
  • 2103945f on github
  • Prev Build on main (#19213576681)
  • Next Build on main (#19213796942)
  • 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