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: Optimize Contacts Sync #271

Merged
merged 4 commits into from
Nov 16, 2023
Merged

feat: Optimize Contacts Sync #271

merged 4 commits into from
Nov 16, 2023

Conversation

Shwetabhk
Copy link
Contributor

No description provided.

Copy link

Tests Skipped Failures Errors Time
144 0 💤 1 ❌ 0 🔥 1m 0s ⏱️

Copy link

codecov bot commented Nov 16, 2023

Codecov Report

Attention: 4 lines in your changes are missing coverage. Please review.

Comparison is base (d52f453) 95.47% compared to head (0263519) 95.43%.

Files Patch % Lines
apps/xero/utils.py 69.23% 4 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #271      +/-   ##
==========================================
- Coverage   95.47%   95.43%   -0.04%     
==========================================
  Files          57       57              
  Lines        3290     3285       -5     
==========================================
- Hits         3141     3135       -6     
- Misses        149      150       +1     

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

if "EmailAddress" in customer
else None
},
"active": True if customer["ContactStatus"] == "ACTIVE" else False,
Copy link
Contributor

Choose a reason for hiding this comment

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

this won't handle the delete case I think - if delete is not possible in Xero this is fine

Copy link

Tests Skipped Failures Errors Time
144 0 💤 1 ❌ 0 🔥 58.852s ⏱️

Copy link

Tests Skipped Failures Errors Time
144 0 💤 0 ❌ 0 🔥 1m 0s ⏱️

@Shwetabhk Shwetabhk merged commit bcaa7ef into master Nov 16, 2023
1 of 3 checks passed
Shwetabhk added a commit that referenced this pull request Nov 16, 2023
Shwetabhk added a commit that referenced this pull request Nov 16, 2023
labhvam5 pushed a commit that referenced this pull request Nov 21, 2023
labhvam5 added a commit that referenced this pull request Nov 21, 2023
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.

2 participants