victorskl / yawsso

Yet Another AWS SSO - sync up AWS CLI v2 SSO login session to legacy CLI v1 credentials
MIT License
302 stars 26 forks source link

Refactored and improved CLI code base #67

Closed victorskl closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Merging #67 (cd4ff22) into main (e9880c0) will not change coverage. The diff coverage is 100.00%.

@@            Coverage Diff            @@
##              main       #67   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            1         5    +4     
  Lines          394       468   +74     
=========================================
+ Hits           394       468   +74     
Flag Coverage Δ
unittests 100.00% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
yawsso/__init__.py 100.00% <100.00%> (ø)
yawsso/cli.py 100.00% <100.00%> (ø)
yawsso/cmd.py 100.00% <100.00%> (ø)
yawsso/core.py 100.00% <100.00%> (ø)
yawsso/utils.py 100.00% <100.00%> (ø)

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 e9880c0...cd4ff22. Read the comment docs.

victorskl commented 1 year ago

Ok, I will tackle few more rounds on CodeClimate reports.

victorskl commented 1 year ago

All right! CC says all good! So do LGTM and CodeQL. Merging... 🙂