-
Notifications
You must be signed in to change notification settings - Fork 10
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
Feature/RR-1352-Win-Breakdown #5299
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #5299 +/- ##
==========================================
+ Coverage 96.47% 96.52% +0.04%
==========================================
Files 925 925
Lines 21931 21943 +12
Branches 1963 1962 -1
==========================================
+ Hits 21158 21180 +22
+ Misses 625 617 -8
+ Partials 148 146 -2 ☔ View full report in Codecov by Sentry. |
f515652
to
1717af4
Compare
32c9419
to
fe275c1
Compare
…n-created-updated
e481735
to
aa7f38e
Compare
…Pawel's PR for different setting
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #5299 +/- ##
==========================================
+ Coverage 96.47% 96.53% +0.05%
==========================================
Files 925 925
Lines 21931 21943 +12
Branches 1963 1962 -1
==========================================
+ Hits 21158 21182 +24
+ Misses 625 616 -9
+ Partials 148 145 -3 ☔ View full report in Codecov by Sentry. |
198ff70
to
c868050
Compare
c868050
to
d1e55ad
Compare
Description of change
This PR aims to add relevant breakdown values to total expected export, non export and total odi in win.
Below is further detail in relation to the calculation mentioned abovee:
The total values of total export, non export and total odi should also get updated whenever the respective values in breakdown change
Checklist
Has this branch been rebased on top of the current
main
branch?Explanation
The branch should not be stale or have conflicts at the time reviews are requested.
Is the CircleCI build passing?
General points
Other things to check
fixtures/test_data.yaml
is maintained when updating modelsSee docs/CONTRIBUTING.md for more guidelines.