v0.1.0: More data points for current weather #9

Merged
wneessen merged 8 commits from more-curweather into main 2023-06-23 18:37:31 +02:00
wneessen commented 2023-06-23 18:32:22 +02:00 (Migrated from github.com)
No description provided.
codecov-commenter commented 2023-06-23 18:34:54 +02:00 (Migrated from github.com)

Codecov Report

Merging #9 (b779e0f) into main (3394cee) will decrease coverage by 0.02%.
The diff coverage is 100.00%.

Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

@@            Coverage Diff             @@
##             main       #9      +/-   ##
==========================================
- Coverage   90.84%   90.83%   -0.02%     
==========================================
  Files          18       19       +1     
  Lines         896      960      +64     
==========================================
+ Hits          814      872      +58     
- Misses         56       60       +4     
- Partials       26       28       +2     
Impacted Files Coverage Δ
datatype.go 100.00% <ø> (ø)
curweather.go 94.55% <100.00%> (+1.65%) ⬆️
density.go 100.00% <100.00%> (ø)
observation.go 97.00% <100.00%> (-1.50%) ⬇️
speed.go 100.00% <100.00%> (ø)

... and 1 file with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

## [Codecov](https://app.codecov.io/gh/wneessen/go-meteologix/pull/9?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Winni+Neessen) Report > Merging [#9](https://app.codecov.io/gh/wneessen/go-meteologix/pull/9?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Winni+Neessen) (b779e0f) into [main](https://app.codecov.io/gh/wneessen/go-meteologix/commit/3394ceeb4ab1b7f0ff01643f9b6f32208d949b01?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Winni+Neessen) (3394cee) will **decrease** coverage by `0.02%`. > The diff coverage is `100.00%`. :exclamation: Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please [install the Github App Integration](https://github.com/apps/codecov) for your organization. [Read more](https://about.codecov.io/blog/codecov-is-updating-its-github-integration/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Winni+Neessen). ```diff @@ Coverage Diff @@ ## main #9 +/- ## ========================================== - Coverage 90.84% 90.83% -0.02% ========================================== Files 18 19 +1 Lines 896 960 +64 ========================================== + Hits 814 872 +58 - Misses 56 60 +4 - Partials 26 28 +2 ``` | [Impacted Files](https://app.codecov.io/gh/wneessen/go-meteologix/pull/9?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Winni+Neessen) | Coverage Δ | | |---|---|---| | [datatype.go](https://app.codecov.io/gh/wneessen/go-meteologix/pull/9?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Winni+Neessen#diff-ZGF0YXR5cGUuZ28=) | `100.00% <ø> (ø)` | | | [curweather.go](https://app.codecov.io/gh/wneessen/go-meteologix/pull/9?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Winni+Neessen#diff-Y3Vyd2VhdGhlci5nbw==) | `94.55% <100.00%> (+1.65%)` | :arrow_up: | | [density.go](https://app.codecov.io/gh/wneessen/go-meteologix/pull/9?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Winni+Neessen#diff-ZGVuc2l0eS5nbw==) | `100.00% <100.00%> (ø)` | | | [observation.go](https://app.codecov.io/gh/wneessen/go-meteologix/pull/9?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Winni+Neessen#diff-b2JzZXJ2YXRpb24uZ28=) | `97.00% <100.00%> (-1.50%)` | :arrow_down: | | [speed.go](https://app.codecov.io/gh/wneessen/go-meteologix/pull/9?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Winni+Neessen#diff-c3BlZWQuZ28=) | `100.00% <100.00%> (ø)` | | ... and [1 file with indirect coverage changes](https://app.codecov.io/gh/wneessen/go-meteologix/pull/9/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Winni+Neessen) :mega: We’re building smart automated test selection to slash your CI/CD build times. [Learn more](https://about.codecov.io/iterative-testing/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Winni+Neessen)
Sign in to join this conversation.
No description provided.