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: update createdTime during schema evolution #2926

Merged
merged 3 commits into from
Oct 7, 2024

fix: ensure metaData.createdTime is set to the action creation time

32a3945
Select commit
Loading
Failed to load commit list.
Merged

fix: update createdTime during schema evolution #2926

fix: ensure metaData.createdTime is set to the action creation time
32a3945
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 7, 2024 in 0s

72.41% (-0.03%) compared to 374d355

View this Pull Request on Codecov

72.41% (-0.03%) compared to 374d355

Details

Codecov Report

Attention: Patch coverage is 90.00000% with 1 line in your changes missing coverage. Please review.

Project coverage is 72.41%. Comparing base (374d355) to head (32a3945).

Files with missing lines Patch % Lines
crates/core/src/operations/write.rs 88.88% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2926      +/-   ##
==========================================
- Coverage   72.44%   72.41%   -0.03%     
==========================================
  Files         131      131              
  Lines       40496    40505       +9     
  Branches    40496    40505       +9     
==========================================
- Hits        29337    29333       -4     
  Misses       9291     9291              
- Partials     1868     1881      +13     

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