-
Notifications
You must be signed in to change notification settings - Fork 15
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
Split map files by year #758
Conversation
Actually splitting by period, which often is a year (e.g., "2010"), but can also be a range of years (e.g., "2010-2020") |
Codecov ReportBase: 79.83% // Head: 79.35% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main-dev #758 +/- ##
============================================
- Coverage 79.83% 79.35% -0.48%
============================================
Files 92 92
Lines 16200 16203 +3
============================================
- Hits 12933 12858 -75
- Misses 3267 3345 +78
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
Have you tested this for periods of more than one year? E.g. 2010-2020. |
On the Aeroval side, @AugustinMortier will be testing the results from a run from this afternoon over 2018-2020 using this set up shortly. Perhaps it would be best to wait and see how this change effects the website before merging. |
@AugustinMortier says it works on the Aeroval side |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Then you can merge :)
Closing #756