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

Alan-Jowett / bdd_test / 19256463649
88%

Build:
DEFAULT BRANCH: main
Ran 11 Nov 2025 05:55AM UTC
Jobs 1
Files 7
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 Nov 2025 05:54AM UTC coverage: 85.584% (+0.4%) from 85.229%
19256463649

push

github

web-flow
Add comprehensive documentation index and dark-mode compatible Mermaid analysis (#41)

* Add Mermaid graph generation for expression trees and BDDs

- Add --mermaid/-m command line option for Markdown-embeddable graphs
- Implement write_expression_to_mermaid() for expression tree visualization
- Implement write_bdd_to_mermaid() for BDD structure visualization
- Generate .md files with YAML frontmatter and flowchart syntax
- Support semantic variable names in Mermaid output
- Use appropriate node styling: circles for variables, rectangles for operators
- Use dashed lines for false edges, solid lines for true edges in BDDs
- Update help documentation and file output messaging
- Include example Mermaid files for testing and demonstration

Features:
- Expression trees: rectangles for operators, circles for variables
- BDD graphs: terminals as squares, variables as circles
- GitHub/GitLab compatible Mermaid syntax
- Consistent with existing DOT output architecture

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

* refactor: Create single comprehensive Mermaid analysis file

- Combine expression tree and BDD Mermaid diagrams into one MD file
- Generate _analysis.md file with original expression, diagrams, and summary
- Include original expression text in readable format
- Add analysis summary with variable count and BDD node count
- Remove separate _expression_tree.md and _bdd.md files
- Improve readability for GitHub/GitLab Markdown rendering

The --mermaid option now creates a single cohesive document that presents:
1. Original logical expression in code block
2. Expression tree Mermaid diagram
3. BDD structure Mermaid diagram
4. Analysis summary with key metrics

This provides better documentation and eliminates the formatting issues
with separate files.

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

* cleanup: Remove unused Mermaid filename variables

Remove expr_mermaid_filename and bdd_mermaid_filename variables that
are no longer us... (continued)

1015 of 1251 branches covered (81.14%)

Branch coverage included in aggregate %.

218 of 223 new or added lines in 3 files covered. (97.76%)

21 existing lines in 2 files now uncovered.

956 of 1052 relevant lines covered (90.87%)

47801.46 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
2
86.65
10.42% src/expression_graph.cpp
3
89.46
-3.87% src/main.cpp

Uncovered Existing Lines

Lines Coverage ∆ File
1
80.89
-0.99% src/expression_parser.cpp
20
89.46
-3.87% src/main.cpp
Jobs
ID Job ID Ran Files Coverage
1 19256463649.1 11 Nov 2025 05:55AM UTC 7
85.58
GitHub Action Run
Source Files on build 19256463649
  • Tree
  • List 7
  • Changed 5
  • Source Changed 5
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #19256463649
  • 292f5319 on github
  • Prev Build on main (#19253112123)
  • Next Build on main (#19308219625)
  • 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