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

Allow operations to not store their result in the cache #1665

Merged

A small improvement for the tests.

4064a85
Select commit
Loading
Failed to load commit list.
Merged

Allow operations to not store their result in the cache #1665

A small improvement for the tests.
4064a85
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 12, 2024 in 1s

89.68% (+0.09%) compared to ec806f0

View this Pull Request on Codecov

89.68% (+0.09%) compared to ec806f0

Details

Codecov Report

Attention: Patch coverage is 90.90909% with 4 lines in your changes missing coverage. Please review.

Project coverage is 89.68%. Comparing base (ec806f0) to head (4064a85).
Report is 6 commits behind head on master.

Files with missing lines Patch % Lines
src/engine/Operation.cpp 93.10% 1 Missing and 1 partial ⚠️
src/util/ConcurrentCache.h 84.61% 0 Missing and 2 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1665      +/-   ##
==========================================
+ Coverage   89.58%   89.68%   +0.09%     
==========================================
  Files         381      383       +2     
  Lines       36813    36962     +149     
  Branches     4173     4178       +5     
==========================================
+ Hits        32978    33148     +170     
+ Misses       2523     2515       -8     
+ Partials     1312     1299      -13     

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