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

Add transfer and purchase ordering (#150) #529

Merged
merged 1 commit into from
Oct 19, 2022
Merged

Conversation

VMelnalksnis
Copy link
Owner

Resolves #150

@codecov
Copy link

codecov bot commented Oct 19, 2022

Codecov Report

Merging #529 (ba345b4) into master (804a902) will increase coverage by 0.03%.
The diff coverage is 79.31%.

@@            Coverage Diff             @@
##           master     #529      +/-   ##
==========================================
+ Coverage   67.79%   67.83%   +0.03%     
==========================================
  Files         300      301       +1     
  Lines        8940     8966      +26     
  Branches      649      651       +2     
==========================================
+ Hits         6061     6082      +21     
- Misses       2641     2644       +3     
- Partials      238      240       +2     
Impacted Files Coverage Δ
....WebApi/V1/Importing/Paperless/PaperlessService.cs 0.00% <0.00%> (ø)
...ansactions/Transfers/TransferUpsertionViewModel.cs 69.87% <50.00%> (-1.01%) ⬇️
...ta.PostgreSQL/Dapper/UnsignedIntegerTypeHandler.cs 50.00% <50.00%> (ø)
...ansactions/Purchases/PurchaseUpsertionViewModel.cs 75.82% <100.00%> (+1.11%) ⬆️
...a.Core/Transactions/Purchases/PurchaseViewModel.cs 68.35% <100.00%> (+0.40%) ⬆️
...a.Core/Transactions/Transfers/TransferViewModel.cs 83.33% <100.00%> (+0.31%) ⬆️
...ade.Data.PostgreSQL/ServiceCollectionExtensions.cs 100.00% <100.00%> (ø)
source/Gnomeshade.Data/Entities/PurchaseEntity.cs 100.00% <100.00%> (ø)
source/Gnomeshade.Data/Entities/TransferEntity.cs 100.00% <100.00%> (ø)
.../Gnomeshade.WebApi.Models/Transactions/Purchase.cs 100.00% <100.00%> (ø)
... and 5 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@VMelnalksnis VMelnalksnis merged commit ba345b4 into master Oct 19, 2022
@VMelnalksnis VMelnalksnis deleted the feat/ordering branch October 19, 2022 18:28
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.

Add ordering of purchases
1 participant