-
Notifications
You must be signed in to change notification settings - Fork 397
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
chore(saas/hubspot): create contacts with default domain #3830
chore(saas/hubspot): create contacts with default domain #3830
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Uffizzi Preview |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3830 +/- ##
========================================
Coverage 95.93% 95.94%
========================================
Files 1103 1125 +22
Lines 34842 35613 +771
========================================
+ Hits 33427 34169 +742
- Misses 1415 1444 +29 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Test coverage looks great and the rest of it looks good too. Just some small comments but no showstoppers.
Thanks for submitting a PR! Please check the boxes below:
pre-commit
to check lintingdocs/
if required so people know about the feature!Changes
Add logic to create a lead in Hubspot when a user signs up but doesn't create or join an organisation.
How did you test this code?
Wrote some unit tests, as well as testing the hubspot API directly where needed.,