-
Notifications
You must be signed in to change notification settings - Fork 45
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: generate record hash from product_type + id #1023
feat: generate record hash from product_type + id #1023
Conversation
Test Results 4 files ± 0 4 suites ±0 4m 39s ⏱️ +2s Results for commit 0729b71. ± Comparison against base commit 49209ff. This pull request removes 10 and adds 23 tests. Note that renamed tests count towards both.
♻️ This comment has been updated with latest results. |
Code Coverage (Ubuntu)
Minimum allowed coverage is Generated by 🐒 cobertura-action against f47dae6 |
Code Coverage (Windows)
Minimum allowed coverage is Generated by 🐒 cobertura-action against f47dae6 |
This avoids downloading the same product type from different providers.
1389ebf
to
f47dae6
Compare
Code Coverage (Ubuntu)
Diff against develop
Results for commit: 0729b71 Minimum allowed coverage is ♻️ This comment has been updated with latest results |
Code Coverage (Windows)
Diff against develop
Results for commit: 0729b71 Minimum allowed coverage is ♻️ This comment has been updated with latest results |
Fixes #994
Avoid downloading the same product type from different providers.
The record hash is build from the concatenation of
product_type + "-" + id