Wind directions #2

Merged
wneessen merged 1 commit from more-wind-fields into main 2023-05-21 17:33:11 +02:00
wneessen commented 2023-05-21 17:29:33 +02:00 (Migrated from github.com)

Added ObservationDirection type and implemented wind direction observation

Added ObservationDirection type and implemented wind direction observation
codecov-commenter commented 2023-05-21 17:30:41 +02:00 (Migrated from github.com)

Codecov Report

Merging #2 (e424c49) into main (d61117c) will increase coverage by 0.89%.
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       #2      +/-   ##
==========================================
+ Coverage   91.07%   91.96%   +0.89%     
==========================================
  Files           5        5              
  Lines         493      523      +30     
==========================================
+ Hits          449      481      +32     
+ Misses         30       28       -2     
  Partials       14       14              
Impacted Files Coverage Δ
observation.go 98.95% <100.00%> (+0.89%) ⬆️

📣 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/2?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Winni+Neessen) Report > Merging [#2](https://app.codecov.io/gh/wneessen/go-meteologix/pull/2?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Winni+Neessen) (e424c49) into [main](https://app.codecov.io/gh/wneessen/go-meteologix/commit/d61117cd2388aadffdd509b864008ea5b1eacdba?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Winni+Neessen) (d61117c) will **increase** coverage by `0.89%`. > 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 #2 +/- ## ========================================== + Coverage 91.07% 91.96% +0.89% ========================================== Files 5 5 Lines 493 523 +30 ========================================== + Hits 449 481 +32 + Misses 30 28 -2 Partials 14 14 ``` | [Impacted Files](https://app.codecov.io/gh/wneessen/go-meteologix/pull/2?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Winni+Neessen) | Coverage Δ | | |---|---|---| | [observation.go](https://app.codecov.io/gh/wneessen/go-meteologix/pull/2?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Winni+Neessen#diff-b2JzZXJ2YXRpb24uZ28=) | `98.95% <100.00%> (+0.89%)` | :arrow_up: | :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.