Skip to content

Error propagation handling (#16)

042f2e0
Select commit
Loading
Failed to load commit list.
Merged

Develop #17

Error propagation handling (#16)
042f2e0
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Mar 26, 2026 in 0s

61.02% (+61.02%) compared to 921ef78

View this Pull Request on Codecov

61.02% (+61.02%) compared to 921ef78

Details

Codecov Report

❌ Patch coverage is 59.57728% with 918 lines in your changes missing coverage. Please review.
✅ Project coverage is 61.02%. Comparing base (921ef78) to head (042f2e0).

Files with missing lines Patch % Lines
test/constexpr_tests.cpp 61.34% 4 Missing and 410 partials ⚠️
test/parser_tests.cpp 69.41% 1 Missing and 114 partials ⚠️
test/list_tests.cpp 25.53% 0 Missing and 70 partials ⚠️
test/error_handling_tests.cpp 49.12% 0 Missing and 58 partials ⚠️
include/cons_expr/cons_expr.hpp 81.06% 7 Missing and 39 partials ⚠️
test/type_predicate_tests.cpp 20.00% 0 Missing and 40 partials ⚠️
test/scoping_tests.cpp 44.61% 0 Missing and 36 partials ⚠️
src/cons_expr_cli/main.cpp 23.07% 12 Missing and 18 partials ⚠️
test/list_construction_tests.cpp 40.81% 0 Missing and 29 partials ⚠️
test/string_escape_tests.cpp 56.36% 0 Missing and 24 partials ⚠️
... and 9 more
Additional details and impacted files
@@            Coverage Diff            @@
##           main      #17       +/-   ##
=========================================
+ Coverage      0   61.02%   +61.02%     
=========================================
  Files         0       19       +19     
  Lines         0     3092     +3092     
  Branches      0     1815     +1815     
=========================================
+ Hits          0     1887     +1887     
- Misses        0      184      +184     
- Partials      0     1021     +1021     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.