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(app): Display pending validation when schema validator is running #3215

Merged
merged 1 commit into from
Nov 13, 2024

Conversation

nellh
Copy link
Contributor

@nellh nellh commented Nov 12, 2024

Fixes a regression found in 4.29.0-alpha.0. Validation would display "valid" while the schema validator was running instead of pending.

Copy link

codecov bot commented Nov 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 45.65%. Comparing base (6c4cb2b) to head (31ad0bb).
Report is 2 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3215      +/-   ##
==========================================
+ Coverage   45.42%   45.65%   +0.22%     
==========================================
  Files         594      594              
  Lines       37993    37999       +6     
  Branches     1148     1161      +13     
==========================================
+ Hits        17258    17348      +90     
+ Misses      20538    20454      -84     
  Partials      197      197              

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

@nellh nellh force-pushed the no-validation-pending branch from bde0189 to 31ad0bb Compare November 12, 2024 23:35
@nellh nellh merged commit c7a044b into master Nov 13, 2024
15 checks passed
@nellh nellh deleted the no-validation-pending branch November 13, 2024 01:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant