nickw444 / flask-ldap3-login

LDAP3 Logins for Flask/Flask-Login
http://flask-ldap3-login.readthedocs.org/en/latest/
MIT License
73 stars 38 forks source link

Switch to Azure Pipelines #95

Closed nickw444 closed 3 years ago

nickw444 commented 3 years ago

Travis CI (.org) has been placed into readonly mode, forcing a manual migration to Travis CI (.com). I've since been migrating my projects over to Azure, and now the time has come for Flask LDAP3 Login.

Happy to keep this on Travis CI (.com), but I trust Microsoft to be a bit more supportive of OSS moving forward.

codecov-commenter commented 3 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@3e77aeb). Click here to learn what that means. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #95   +/-   ##
=========================================
  Coverage          ?   89.78%           
=========================================
  Files             ?        2           
  Lines             ?      274           
  Branches          ?       39           
=========================================
  Hits              ?      246           
  Misses            ?       13           
  Partials          ?       15           

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 3e77aeb...d588d31. Read the comment docs.

nickw444 commented 3 years ago

@gmacon once merged, I'd like to test the automatic tag release function in Azure - Are you OK with me releasing an alpha version (a1) of the next minor semver version? I'll delete the tag and release from PyPi once proven successful.

gmacon commented 3 years ago

That sounds fine to me.

nickw444 commented 2 years ago

Thanks @gmacon for merging. Good for the interim, however I actually discovered we might be able to use Github actions instead, as a more "all in one" setup.