Astronomical info #6

Merged
wneessen merged 4 commits from astro-info into main 2023-05-28 23:46:10 +02:00
wneessen commented 2023-05-28 23:33:01 +02:00 (Migrated from github.com)

Added the astronomical info endpoint. Not all data is presented properly yet, but all data points in the struct are accessible. More work to do but a good start for another pre-release

Added the astronomical info endpoint. Not all data is presented properly yet, but all data points in the struct are accessible. More work to do but a good start for another pre-release
codecov-commenter commented 2023-05-28 23:40:49 +02:00 (Migrated from github.com)

Codecov Report

Merging #6 (28d203a) into main (54a21a1) will decrease coverage by 1.87%.
The diff coverage is 74.62%.

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       #6      +/-   ##
==========================================
- Coverage   93.54%   91.67%   -1.87%     
==========================================
  Files          15       18       +3     
  Lines         774      841      +67     
==========================================
+ Hits          724      771      +47     
- Misses         34       48      +14     
- Partials       16       22       +6     
Impacted Files Coverage Δ
astroinfo.go 63.04% <63.04%> (ø)
datatype.go 100.00% <100.00%> (ø)
datetime.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/6?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Winni+Neessen) Report > Merging [#6](https://app.codecov.io/gh/wneessen/go-meteologix/pull/6?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Winni+Neessen) (28d203a) into [main](https://app.codecov.io/gh/wneessen/go-meteologix/commit/54a21a1b5b735d77d378b50a65acbe3c8d59b8b8?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Winni+Neessen) (54a21a1) will **decrease** coverage by `1.87%`. > The diff coverage is `74.62%`. :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 #6 +/- ## ========================================== - Coverage 93.54% 91.67% -1.87% ========================================== Files 15 18 +3 Lines 774 841 +67 ========================================== + Hits 724 771 +47 - Misses 34 48 +14 - Partials 16 22 +6 ``` | [Impacted Files](https://app.codecov.io/gh/wneessen/go-meteologix/pull/6?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Winni+Neessen) | Coverage Δ | | |---|---|---| | [astroinfo.go](https://app.codecov.io/gh/wneessen/go-meteologix/pull/6?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Winni+Neessen#diff-YXN0cm9pbmZvLmdv) | `63.04% <63.04%> (ø)` | | | [datatype.go](https://app.codecov.io/gh/wneessen/go-meteologix/pull/6?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% <100.00%> (ø)` | | | [datetime.go](https://app.codecov.io/gh/wneessen/go-meteologix/pull/6?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Winni+Neessen#diff-ZGF0ZXRpbWUuZ28=) | `100.00% <100.00%> (ø)` | | ... and [1 file with indirect coverage changes](https://app.codecov.io/gh/wneessen/go-meteologix/pull/6/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.