jazzband / django-push-notifications

Send push notifications to mobile devices through GCM or APNS in Django.
MIT License
2.24k stars 609 forks source link

Migrate to GitHub Actions. #607

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.

It drops support for Python 3.5 because GitHub Actions doesn't fully support them. It's EOL anyway.

TODO:

codecov[bot] commented 3 years ago

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #607   +/-   ##
=========================================
  Coverage          ?   68.30%           
=========================================
  Files             ?       24           
  Lines             ?     1101           
  Branches          ?      173           
=========================================
  Hits              ?      752           
  Misses            ?      312           
  Partials          ?       37           

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 f2490ba...3612c9c. Read the comment docs.

jezdez commented 3 years ago

Thanks @auvipy!