mochipon / pysesame3

Unofficial Python Library to communicate with SESAME 3 series products from CANDY HOUSE, Inc.
https://pysesame3.readthedocs.io/en/stable/
Other
22 stars 2 forks source link

CLIENT_ID is no longer required for `CognitoAuth` #65

Closed mochipon closed 2 years ago

mochipon commented 2 years ago

fixes #64

codecov[bot] commented 2 years ago

Codecov Report

Merging #65 (a68260b) into main (2e5f1b7) will increase coverage by 0.01%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #65      +/-   ##
==========================================
+ Coverage   92.96%   92.97%   +0.01%     
==========================================
  Files          10       10              
  Lines         625      626       +1     
==========================================
+ Hits          581      582       +1     
  Misses         44       44              
Impacted Files Coverage Δ
pysesame3/auth.py 88.31% <100.00%> (ø)
pysesame3/const.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 2e5f1b7...a68260b. Read the comment docs.