Skip to content

C++ front-end: support explicit type conversion with braced-init-list

Codecov / codecov/project failed Jul 17, 2024 in 0s

77.88% (-0.45%) compared to 2523f2c

View this Pull Request on Codecov

77.88% (-0.45%) compared to 2523f2c

Details

Codecov Report

Attention: Patch coverage is 75.91837% with 59 lines in your changes missing coverage. Please review.

Project coverage is 77.88%. Comparing base (2523f2c) to head (83b210e).
Report is 2 commits behind head on develop.

Files Patch % Lines
src/cpp/parse.cpp 71.16% 47 Missing ⚠️
src/cpp/cpp_typecheck_expr.cpp 85.41% 7 Missing ⚠️
src/ansi-c/scanner.l 60.00% 2 Missing ⚠️
src/cpp/cpp_storage_spec.cpp 50.00% 1 Missing ⚠️
src/cpp/cpp_storage_spec.h 87.50% 1 Missing ⚠️
src/cpp/cpp_typecheck_resolve.cpp 80.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #8275      +/-   ##
===========================================
- Coverage    78.32%   77.88%   -0.45%     
===========================================
  Files         1726     1726              
  Lines       188506   189767    +1261     
  Branches     18249    18360     +111     
===========================================
+ Hits        147646   147798     +152     
- Misses       40860    41969    +1109     

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