Closed ChloePlanet closed 4 years ago
Merging #205 into master will decrease coverage by
0.12%
. The diff coverage is75.00%
.
@@ Coverage Diff @@
## master #205 +/- ##
==========================================
- Coverage 54.65% 54.52% -0.13%
==========================================
Files 6 6
Lines 946 961 +15
==========================================
+ Hits 517 524 +7
- Misses 367 371 +4
- Partials 62 66 +4
Impacted Files | Coverage Ξ | |
---|---|---|
pkg/catalog/diagram.go | 54.64% <66.66%> (-0.44%) |
:arrow_down: |
pkg/catalog/generator.go | 68.88% <66.66%> (ΓΈ) |
|
pkg/catalog/spec.go | 80.00% <80.95%> (-4.49%) |
:arrow_down: |
This pull request is being automatically deployed to Netlify.
π Logs: https://app.netlify.com/sites/lucid-franklin-43e899/deploys/5f44bb0a557cada8f8e559a6 β Preview: https://5f44bb0a557cada8f8e559a6--lucid-franklin-43e899.netlify.app
This pull request is being automatically deployed to Netlify.
π Logs: https://app.netlify.com/sites/lucid-franklin-43e899/deploys/5f45bdaa7244bc7c2ea77a93 β Preview: https://5f45bdaa7244bc7c2ea77a93--lucid-franklin-43e899.netlify.app
This pull request is being automatically deployed to Netlify.
π Logs: https://app.netlify.com/sites/lucid-franklin-43e899/deploys/5f45c020e090c207f026309f β Preview: https://5f45c020e090c207f026309f--lucid-franklin-43e899.netlify.app
This pull request is being automatically deployed to Netlify.
π Logs: https://app.netlify.com/sites/lucid-franklin-43e899/deploys/5f45c23df9454c982307dc19 β Preview: https://5f45c23df9454c982307dc19--lucid-franklin-43e899.netlify.app
This pull request is being automatically deployed to Netlify.
π Logs: https://app.netlify.com/sites/lucid-franklin-43e899/deploys/5f4dcae70dca725e4d68145f β Preview: https://5f4dcae70dca725e4d68145f--lucid-franklin-43e899.netlify.app
Implemented fetching git repo tags both via GitHub APIs and git:
ListGitHubTags
fetches git repo tags via GitHub API. It return tags in order. Supports pagination.ListGitTags
fetches git repo tags via git. It returns disordered tags.I'd prefer to use
ListGitHubTags
at first since the results are in order and it supports pagination by default.