-
Notifications
You must be signed in to change notification settings - Fork 288
feat: added support for move tags on the shape class #3524
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
base: main
Are you sure you want to change the base?
Conversation
commit: |
Codecov Report✅ All modified and coverable lines are covered by tests.
Additional details and impacted files@@ Coverage Diff @@
## main #3524 +/- ##
===========================================
- Coverage 75.35% 61.64% -13.72%
===========================================
Files 51 40 -11
Lines 2743 1559 -1184
Branches 408 106 -302
===========================================
- Hits 2067 961 -1106
+ Misses 674 597 -77
+ Partials 2 1 -1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
ee45196 to
5026ac5
Compare
491b3ba to
044b324
Compare
22e28c3 to
176006c
Compare
044b324 to
77588f6
Compare
176006c to
3aa5d00
Compare
77588f6 to
61a0dce
Compare
61a0dce to
5ba9884
Compare
| ) | ||
| } | ||
| // Set new tags | ||
| const newTags = new Set(message.headers.tags) |
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.
More efficient to add the incoming tags and remove only the removed_at tags instead of first removing all tags and then adding the new tags
No description provided.