biolab / orange3-timeseries

🍊 :chart_with_upwards_trend: Orange add-on for analyzing, visualizing, manipulating, and forecasting time series data.
Other
62 stars 40 forks source link

Fix image names for case-sensitive architectures #249

Closed markotoplak closed 1 year ago

markotoplak commented 1 year ago
Issue

Image names were wrong since #229.

codecov-commenter commented 1 year ago

Codecov Report

Base: 73.76% // Head: 74.65% // Increases project coverage by +0.88% :tada:

Coverage data is based on head (ee3e357) compared to base (0d5716e). Patch coverage: 94.65% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #249 +/- ## ========================================== + Coverage 73.76% 74.65% +0.88% ========================================== Files 28 28 Lines 4322 4509 +187 Branches 584 600 +16 ========================================== + Hits 3188 3366 +178 - Misses 1006 1015 +9 Partials 128 128 ``` | [Impacted Files](https://codecov.io/gh/biolab/orange3-timeseries/pull/249?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=biolab) | Coverage Δ | | |---|---|---| | [orangecontrib/timeseries/timeseries.py](https://codecov.io/gh/biolab/orange3-timeseries/pull/249?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=biolab#diff-b3JhbmdlY29udHJpYi90aW1lc2VyaWVzL3RpbWVzZXJpZXMucHk=) | `87.36% <71.05%> (-2.98%)` | :arrow_down: | | [...econtrib/timeseries/widgets/owtabletotimeseries.py](https://codecov.io/gh/biolab/orange3-timeseries/pull/249?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=biolab#diff-b3JhbmdlY29udHJpYi90aW1lc2VyaWVzL3dpZGdldHMvb3d0YWJsZXRvdGltZXNlcmllcy5weQ==) | `98.73% <98.57%> (+6.73%)` | :arrow_up: | | [orangecontrib/timeseries/widgets/owdifference.py](https://codecov.io/gh/biolab/orange3-timeseries/pull/249?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=biolab#diff-b3JhbmdlY29udHJpYi90aW1lc2VyaWVzL3dpZGdldHMvb3dkaWZmZXJlbmNlLnB5) | `100.00% <100.00%> (ø)` | | | [orangecontrib/timeseries/\_\_init\_\_.py](https://codecov.io/gh/biolab/orange3-timeseries/pull/249?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=biolab#diff-b3JhbmdlY29udHJpYi90aW1lc2VyaWVzL19faW5pdF9fLnB5) | `28.57% <0.00%> (-42.86%)` | :arrow_down: | | [orangecontrib/timeseries/functions.py](https://codecov.io/gh/biolab/orange3-timeseries/pull/249?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=biolab#diff-b3JhbmdlY29udHJpYi90aW1lc2VyaWVzL2Z1bmN0aW9ucy5weQ==) | `79.93% <0.00%> (-0.35%)` | :arrow_down: | | [orangecontrib/timeseries/widgets/owperiodogram.py](https://codecov.io/gh/biolab/orange3-timeseries/pull/249?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=biolab#diff-b3JhbmdlY29udHJpYi90aW1lc2VyaWVzL3dpZGdldHMvb3dwZXJpb2RvZ3JhbS5weQ==) | `93.02% <0.00%> (+4.65%)` | :arrow_up: | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=biolab). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=biolab)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.