You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix CI coverage: remove ASan conflict, fix lcov directory, add coverage flush
- Remove -fsanitize=address from coverage build (conflicts with --coverage)
- Fix lcov directory from .pio/build/coverage/src to .pio/build/coverage
- Add --ignore-errors empty to handle empty coverage gracefully
- Add flushCoverageAndExit() utility for proper coverage data flush
0 commit comments