awslabs / awsprocesscreds

Process credential providers for AWS SDKs and Tools
Apache License 2.0
132 stars 40 forks source link

Update README and add user agent suffix #29

Closed JordonPhillips closed 5 years ago

JordonPhillips commented 5 years ago

This updates the README with information about the state of the project as well as information on how the process credential provider works. It also adds in a user-agent suffix with the version of awsprocesscreds.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

codecov-io commented 5 years ago

Codecov Report

Merging #29 into master will increase coverage by 0.01%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #29      +/-   ##
=========================================
+ Coverage   98.09%   98.1%   +0.01%     
=========================================
  Files           5       5              
  Lines         315     317       +2     
  Branches       42      42              
=========================================
+ Hits          309     311       +2     
  Misses          3       3              
  Partials        3       3
Impacted Files Coverage Δ
awsprocesscreds/__init__.py 100% <100%> (ø) :arrow_up:
awsprocesscreds/saml.py 100% <100%> (ø) :arrow_up:

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 af46070...29805e0. Read the comment docs.