Skip to content

Conversation

danilo-botelho
Copy link
Contributor

…r. #188


name: Pull request
about: Submit a pull request for this project
assignees: fabiocaccamo


Describe your changes
I added a table exists check to post_migrate_treenode signal handler so that it won't call update_tree if the table is not there.

Related issue
#188

Checklist before requesting a review

  • I have performed a self-review of my code.
  • I have added tests for the proposed changes.
  • I have run the tests and there are no errors.

Copy link

codecov bot commented Apr 30, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.14%. Comparing base (8a32372) to head (03f98b5).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #189      +/-   ##
==========================================
+ Coverage   91.10%   91.14%   +0.03%     
==========================================
  Files          11       11              
  Lines         697      700       +3     
==========================================
+ Hits          635      638       +3     
  Misses         62       62              
Flag Coverage Δ
unittests 91.14% <100.00%> (+0.03%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Copy link
Owner

@fabiocaccamo fabiocaccamo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@danilo-botelho thank you for this great PR, I jsut did some fixes to pass tests.

@fabiocaccamo fabiocaccamo merged commit 44de387 into fabiocaccamo:main Apr 30, 2025
41 checks passed
@github-project-automation github-project-automation bot moved this from In Progress to Done in Open Source Apr 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants