-
Notifications
You must be signed in to change notification settings - Fork 1
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
Cleanup of purchase data #190
Conversation
coffeecard/CoffeeCard.Library/Migrations/20230711144034_AddPurchaseTypes.cs
Outdated
Show resolved
Hide resolved
coffeecard/CoffeeCard.Library/Migrations/20230711144034_AddPurchaseTypes.cs
Outdated
Show resolved
Hide resolved
coffeecard/CoffeeCard.Library/Migrations/20230711161456_PurchaseDataCleanup.cs
Outdated
Show resolved
Hide resolved
...offeeCard.Library/Migrations/20230714211716_PurchaseOrderIdUniqueAndExternalTransactionId.cs
Show resolved
Hide resolved
SonarCloud Quality Gate failed. 0 Bugs 47.7% Coverage Catch issues before they fail your Quality Gate with our IDE extension SonarLint |
1d810c3
to
d2ff9d4
Compare
… to accomodate them
d2ff9d4
to
cf90f16
Compare
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## develop #190 +/- ##
==========================================
- Coverage 10.23% 8.00% -2.24%
==========================================
Files 147 157 +10
Lines 7708 10007 +2299
Branches 457 458 +1
==========================================
+ Hits 789 801 +12
- Misses 6902 9188 +2286
- Partials 17 18 +1
☔ View full report in Codecov by Sentry. |
SonarCloud Quality Gate failed. 0 Bugs 46.7% Coverage Catch issues before they fail your Quality Gate with our IDE extension SonarLint |
Closes #130
The migrations have been tested on a both a local copy of current prd and dev data, and appear to work as intended
Purchase type should also be set in all places where appropriate in the code