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

Add method to replace in sqlite #190

Merged
merged 2 commits into from
Dec 16, 2024

Fix compile errors

935a129
Select commit
Loading
Failed to load commit list.
Merged

Add method to replace in sqlite #190

Fix compile errors
935a129
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 16, 2024 in 1s

66.52% (+12.30%) compared to defcee1

View this Pull Request on Codecov

66.52% (+12.30%) compared to defcee1

Details

Codecov Report

Attention: Patch coverage is 0% with 11 lines in your changes missing coverage. Please review.

Project coverage is 66.52%. Comparing base (defcee1) to head (935a129).

Files with missing lines Patch % Lines
src/Speckle.Sdk/SQLite/SQLiteJsonCacheManager.cs 0.00% 7 Missing ⚠️
...k/Serialisation/V2/DummySendServerObjectManager.cs 0.00% 1 Missing ⚠️
...s/Speckle.Sdk.Serialization.Tests/DetachedTests.cs 0.00% 1 Missing ⚠️
...k.Serialization.Tests/DummySqLiteReceiveManager.cs 0.00% 1 Missing ⚠️
....Sdk.Serialization.Tests/DummySqLiteSendManager.cs 0.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##              dev     #190       +/-   ##
===========================================
+ Coverage   54.21%   66.52%   +12.30%     
===========================================
  Files         236      252       +16     
  Lines        9507    10165      +658     
  Branches     1074     1075        +1     
===========================================
+ Hits         5154     6762     +1608     
+ Misses       4098     3057     -1041     
- Partials      255      346       +91     

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