axiomhq / cli

The power of Axiom on the command line.
https://axiom.co
MIT License
41 stars 11 forks source link

One-click login flow #126

Closed lukasmalkmus closed 2 years ago

lukasmalkmus commented 2 years ago

This uses a release candidate of axiom-go. Fine to tag a RC release with, as well.

codecov[bot] commented 2 years ago

Codecov Report

Merging #126 (68f33e0) into main (403409d) will increase coverage by 1.02%. The diff coverage is 0.00%.

@@            Coverage Diff             @@
##             main     #126      +/-   ##
==========================================
+ Coverage   14.31%   15.33%   +1.02%     
==========================================
  Files          10       10              
  Lines         531      789     +258     
==========================================
+ Hits           76      121      +45     
- Misses        439      650     +211     
- Partials       16       18       +2     
Impacted Files Coverage Δ
cmd/axiom/main.go 20.00% <0.00%> (-0.76%) :arrow_down:
pkg/terminal/io.go 0.00% <0.00%> (ø)
internal/cmd/root/help.go 0.00% <0.00%> (ø)
internal/cmd/root/root.go 0.00% <0.00%> (ø)
pkg/terminal/epipe_other.go 0.00% <0.00%> (ø)
internal/cmd/root/help_topic.go 100.00% <0.00%> (ø)
internal/config/config.go 6.14% <0.00%> (+0.87%) :arrow_up:
pkg/terminal/color.go 5.26% <0.00%> (+1.00%) :arrow_up:
pkg/doc/doc.go 76.19% <0.00%> (+1.19%) :arrow_up:
... and 1 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 403409d...68f33e0. Read the comment docs.