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

Feat: AddDataValidation() and DeleteDataValidation() are concurrency safe, and add some unit test and code optimization. #1828

Merged
merged 6 commits into from
Mar 1, 2024

add assert for AddDataValidation and DeleteDataValidation in test file

277df9f
Select commit
Loading
Failed to load commit list.
Merged

Feat: AddDataValidation() and DeleteDataValidation() are concurrency safe, and add some unit test and code optimization. #1828

add assert for AddDataValidation and DeleteDataValidation in test file
277df9f
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Mar 1, 2024 in 1s

99.21% (+0.00%) compared to 7b4da39

View this Pull Request on Codecov

99.21% (+0.00%) compared to 7b4da39

Details

Codecov Report

Attention: Patch coverage is 95.45455% with 1 lines in your changes are missing coverage. Please review.

Project coverage is 99.21%. Comparing base (7b4da39) to head (277df9f).

Files Patch % Lines
adjust.go 75.00% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1828   +/-   ##
=======================================
  Coverage   99.21%   99.21%           
=======================================
  Files          32       32           
  Lines       23926    23930    +4     
=======================================
+ Hits        23737    23741    +4     
  Misses        101      101           
  Partials       88       88           

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