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/145/optimization #170

Merged
merged 4 commits into from May 30, 2022
Merged

Feat/145/optimization #170

merged 4 commits into from May 30, 2022

Conversation

evgeniy-r
Copy link
Member

@evgeniy-r evgeniy-r commented May 29, 2022

✓ Checklist:

  • This PR has been added to CHANGELOG.md (at the top of the list);
  • Tests for the changes have been added (for bug fixes / features).

Close #145

@codecov-commenter
Copy link

codecov-commenter commented May 29, 2022

Codecov Report

Merging #170 (48655c3) into main (72ba02b) will increase coverage by 0.53%.
The diff coverage is 88.37%.

❗ Current head 48655c3 differs from pull request most recent head 1b71238. Consider uploading reports for the commit 1b71238 to get more accurate results

@@            Coverage Diff             @@
##             main     #170      +/-   ##
==========================================
+ Coverage   85.89%   86.42%   +0.53%     
==========================================
  Files          54       54              
  Lines        3721     3610     -111     
==========================================
- Hits         3196     3120      -76     
+ Misses        525      490      -35     
Impacted Files Coverage Δ
datanymizer_dumper/src/postgres/dumper.rs 41.20% <0.00%> (+9.06%) ⬆️
datanymizer_dumper/src/postgres/table.rs 92.00% <88.88%> (-3.32%) ⬇️
...atanymizer_dumper/src/postgres/schema_inspector.rs 90.56% <90.00%> (+2.16%) ⬆️
datanymizer_dumper/src/lib.rs 62.16% <95.23%> (-6.89%) ⬇️
datanymizer_dumper/src/postgres/foreign_key.rs 94.73% <100.00%> (+42.10%) ⬆️
datanymizer_engine/src/settings/mod.rs 91.42% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 72ba02b...1b71238. Read the comment docs.

@evgeniy-r evgeniy-r requested a review from akirill0v May 30, 2022 09:02
@evgeniy-r evgeniy-r marked this pull request as ready for review May 30, 2022 09:02
@evgeniy-r evgeniy-r merged commit a31bbb3 into main May 30, 2022
@evgeniy-r evgeniy-r deleted the feat/145/optimization branch May 30, 2022 18:53
@evgeniy-r evgeniy-r mentioned this pull request May 30, 2022
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.

Fetch tables metadata takes too long
3 participants