singingwolfboy / flask-dance

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

fix tests for gitlab tls verification #355

Closed singingwolfboy closed 3 years ago

singingwolfboy commented 3 years ago

Follow-up to #353

codecov[bot] commented 3 years ago

Codecov Report

Merging #355 (14e4897) into main (7874bc5) will increase coverage by 0.05%. The diff coverage is 88.88%.

:exclamation: Current head 14e4897 differs from pull request most recent head 07c0780. Consider uploading reports for the commit 07c0780 to get more accurate results Impacted file tree graph

@@            Coverage Diff             @@
##             main     #355      +/-   ##
==========================================
+ Coverage   93.49%   93.54%   +0.05%     
==========================================
  Files          33       33              
  Lines        1014     1023       +9     
==========================================
+ Hits          948      957       +9     
  Misses         66       66              
Impacted Files Coverage Δ
flask_dance/contrib/gitlab.py 95.83% <88.88%> (-4.17%) :arrow_down:
flask_dance/consumer/storage/__init__.py 74.07% <0.00%> (+3.70%) :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 7874bc5...07c0780. Read the comment docs.