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 format ambiguity if implicitly convertible to std::tuple #33

Merged
merged 1 commit into from
Aug 29, 2024

fix format ambiguity if implicitly convertible to std::tuple

8a98b18
Select commit
Loading
Failed to load commit list.
Merged

fix format ambiguity if implicitly convertible to std::tuple #33

fix format ambiguity if implicitly convertible to std::tuple
8a98b18
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Aug 29, 2024 in 1s

95.14% (+1.54%) compared to 0976682

View this Pull Request on Codecov

95.14% (+1.54%) compared to 0976682

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.14%. Comparing base (0976682) to head (8a98b18).

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #33      +/-   ##
==========================================
+ Coverage   93.60%   95.14%   +1.54%     
==========================================
  Files          15       15              
  Lines         266      268       +2     
  Branches       28       28              
==========================================
+ Hits          249      255       +6     
- Misses          0        1       +1     
+ Partials       17       12       -5     

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