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

Alan-Jowett / bdd_test / 19253112123
88%

Build:
DEFAULT BRANCH: main
Ran 11 Nov 2025 02:41AM 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

11 Nov 2025 02:39AM UTC coverage: 85.229%. Remained the same
19253112123

push

github

web-flow
Add sanitizer support (#37)

* feat: Add comprehensive sanitizer support (ASan/UBSan)

- Add ENABLE_ASAN and ENABLE_UBSAN CMake options
- Create sanitizer CI job testing GCC/Clang with all combinations
- Add run-sanitizers.sh script for Linux/macOS automation
- Add run-sanitizers.ps1 script for Windows WSL support
- Update BUILDING.md with detailed sanitizer documentation
- Update README.md with sanitizer testing instructions

Features:
* AddressSanitizer (ASan) for memory error detection
* UndefinedBehaviorSanitizer (UBSan) for undefined behavior
* Combined ASan+UBSan builds for comprehensive checking
* Automated testing with proper environment configuration
* Cross-platform support via WSL on Windows

This adds robust memory safety validation to the CI/CD pipeline
and provides developers with easy-to-use sanitizer testing tools.

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

* Switch to development branch of TeDDy

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

* feat: Add automatic patch system for dependency fixes

- Implement git-format-patch based patching system
- Add TeDDy memory leak fix patch (0001-Fix-memory-leak...)
- CMake automatically discovers and applies patches in order
- Patches use standard git naming convention (0001-, 0002-, etc.)
- Enhanced error handling with whitespace ignore fallback
- Comprehensive documentation in patches/README.md

This replaces manual string replacement with proper git patches,
making dependency fixes maintainable and traceable.

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

* feat: enhance sanitizer support with MSVC compatibility and mutual exclusion

- Add comprehensive MSVC AddressSanitizer support with proper runtime library configuration
- Implement MemorySanitizer (MSan) and ThreadSanitizer (TSan) options for GCC/Clang
- Add mutual exclusion validation to prevent incompatible sanitizer combinations
- Remove unnecessary C compiler flags since this is a pure C++ project
-... (continued)

681 of 845 branches covered (80.59%)

Branch coverage included in aggregate %.

675 of 746 relevant lines covered (90.48%)

64418.32 hits per line

Jobs
ID Job ID Ran Files Coverage
1 19253112123.1 11 Nov 2025 02:41AM UTC 6
85.23
GitHub Action Run
Source Files on build 19253112123
  • Tree
  • List 6
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #19253112123
  • e9db9f43 on github
  • Prev Build on main (#19250552799)
  • Next Build on main (#19256463649)
  • 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