singingwolfboy / flask-dance

Doing the OAuth dance with style using Flask, requests, and oauthlib.
https://pypi.python.org/pypi/Flask-Dance/
MIT License
1k stars 157 forks source link

fix broken doc link #351

Closed singingwolfboy closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #351 (15a435f) into main (e669379) will decrease coverage by 59.21%. The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##             main     #351       +/-   ##
===========================================
- Coverage   93.49%   34.28%   -59.22%     
===========================================
  Files          33       33               
  Lines        1015     1015               
===========================================
- Hits          949      348      -601     
- Misses         66      667      +601     
Impacted Files Coverage Δ
flask_dance/consumer/storage/sqla.py 4.58% <0.00%> (-89.00%) :arrow_down:
flask_dance/contrib/google.py 22.58% <0.00%> (-77.42%) :arrow_down:
flask_dance/fixtures/pytest.py 20.83% <0.00%> (-70.84%) :arrow_down:
flask_dance/contrib/dropbox.py 29.16% <0.00%> (-70.84%) :arrow_down:
flask_dance/consumer/oauth2.py 22.33% <0.00%> (-69.91%) :arrow_down:
flask_dance/contrib/azure.py 30.43% <0.00%> (-69.57%) :arrow_down:
flask_dance/contrib/salesforce.py 35.00% <0.00%> (-65.00%) :arrow_down:
flask_dance/contrib/discord.py 36.84% <0.00%> (-63.16%) :arrow_down:
flask_dance/consumer/requests.py 36.90% <0.00%> (-63.10%) :arrow_down:
flask_dance/contrib/facebook.py 38.88% <0.00%> (-61.12%) :arrow_down:
... and 21 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 e669379...15a435f. Read the comment docs.