AnalogIO / coffeecard_app

Cross-platform coffee card app for Cafe Analog
https://www.cafeanalog.dk/app
MIT License
6 stars 1 forks source link

Release App (PATCH) #420

Closed marfavi closed 1 year ago

marfavi commented 1 year ago

This release includes various app improvements, bug fixes, and updates to address issues.

Changes

The following commits/pull requests are part of this release:

App improvements:

Bug fixes:

Code improvements, maintenance, and other chores:

Technical debt

Commits in this PR has introduced the following issues to the codebase:

codecov[bot] commented 1 year ago

Codecov Report

Merging #420 (fa44816) into production (2605af5) will increase coverage by 12.48%. The diff coverage is 56.50%.

@@               Coverage Diff               @@
##           production     #420       +/-   ##
===============================================
+ Coverage       41.54%   54.02%   +12.48%     
===============================================
  Files              56       74       +18     
  Lines             804      881       +77     
===============================================
+ Hits              334      476      +142     
+ Misses            470      405       -65     
Flag Coverage Δ
unittests 54.02% <56.50%> (+12.48%) :arrow_up:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
lib/core/usecases/usecase.dart 0.00% <0.00%> (ø)
lib/cubits/contributor/contributor_state.dart 100.00% <ø> (ø)
.../repositories/external/contributor_repository.dart 0.00% <0.00%> (ø)
lib/data/repositories/v1/product_repository.dart 0.00% <0.00%> (ø)
lib/data/repositories/v1/voucher_repository.dart 0.00% <0.00%> (ø)
...ib/data/repositories/v2/app_config_repository.dart 0.00% <0.00%> (ø)
...b/data/repositories/v2/leaderboard_repository.dart 0.00% <0.00%> (ø)
lib/data/repositories/v2/purchase_repository.dart 0.00% <0.00%> (ø)
lib/data/repositories/v2/receipt_repository.dart 0.00% <0.00%> (ø)
lib/models/account/update_user.dart 12.50% <0.00%> (+12.50%) :arrow_up:
... and 42 more

... and 4 files with indirect coverage changes

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

TTA777 commented 1 year ago

@marfavi The changelog seems to indicate a couple of open issues have been solved and are crediting people for doing so when they simply mentioned those issued. I guess it's due to how the changelog was generated, but can we fix that before merging?