Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix compile error with single explicit assert in switch expression branch (#1845) #2033

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Fix compile error with single explicit assert in switch expression br…

80f423c
Select commit
Loading
Failed to load commit list.
Open

Fix compile error with single explicit assert in switch expression branch (#1845) #2033

Fix compile error with single explicit assert in switch expression br…
80f423c
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 5, 2024 in 1s

81.87% (+1.42%) compared to 2c7db77

View this Pull Request on Codecov

81.87% (+1.42%) compared to 2c7db77

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 81.87%. Comparing base (2c7db77) to head (80f423c).
Report is 156 commits behind head on master.

Additional details and impacted files
@@             Coverage Diff              @@
##             master    #2033      +/-   ##
============================================
+ Coverage     80.44%   81.87%   +1.42%     
- Complexity     4337     4613     +276     
============================================
  Files           441      448       +7     
  Lines         13534    14450     +916     
  Branches       1707     1830     +123     
============================================
+ Hits          10888    11831     +943     
+ Misses         2008     1942      -66     
- Partials        638      677      +39     

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