jazzband / django-authority

A Django app that provides generic per-object-permissions for Django's auth app and helpers to create custom permission checks.
http://django-authority.readthedocs.org
BSD 3-Clause "New" or "Revised" License
292 stars 57 forks source link

Migrate to GitHub Actions #72

Closed jezdez closed 3 years ago

jezdez commented 3 years ago

Travis CI has a new pricing model which places limits on open source.

Many projects are moving to GitHub Actions instead, including Jazzband projects:

This is based on https://github.com/jazzband/contextlib2/pull/26.

TODO:

codecov[bot] commented 3 years ago

Codecov Report

Merging #72 (28b6e4c) into master (6c82e3d) will increase coverage by 2.75%. The diff coverage is 66.66%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #72      +/-   ##
==========================================
+ Coverage   39.00%   41.76%   +2.75%     
==========================================
  Files           7        7              
  Lines         423      443      +20     
  Branches       78       78              
==========================================
+ Hits          165      185      +20     
  Misses        250      250              
  Partials        8        8              
Impacted Files Coverage Δ
authority/decorators.py 44.06% <66.66%> (+2.99%) :arrow_up:
authority/templatetags/permissions.py 29.80% <0.00%> (+6.24%) :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 6c82e3d...28b6e4c. Read the comment docs.

jezdez commented 3 years ago

Thank you @auvipy!