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

Migrate CI to Github Actions #100

Closed nickw444 closed 2 years ago

nickw444 commented 2 years ago

Provide a more accessible and less complex form of CI for this repo. The workflow definition file for Github Actions is more or less similar to Azure Pipelines (not a surprise, given they are likely sharing a lot under the hood given the MSFT acquisition of GitHub)

image
codecov-commenter commented 2 years ago

Codecov Report

Merging #100 (b33f53c) into master (bcc68de) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #100   +/-   ##
=======================================
  Coverage   89.78%   89.78%           
=======================================
  Files           2        2           
  Lines         274      274           
  Branches       39       39           
=======================================
  Hits          246      246           
  Misses         13       13           
  Partials       15       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 bcc68de...b33f53c. Read the comment docs.

HeMan commented 2 years ago

Looks good! I wonder if a bump to the pinned requirements in requirements-dev.txt should be done now as well.

nickw444 commented 2 years ago

Looks good! I wonder if a bump to the pinned requirements in requirements-dev.txt should be done now as well.

I'll do a follow up PR once this is merged.