jazzband / django-redshift-backend

Redshift database backend for Django
Apache License 2.0
83 stars 47 forks source link

Migrate to GitHub Actions #72

Closed jezdez closed 3 years ago

jezdez commented 3 years ago

Migrate to GitHub Actions.

This replaces #71.

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 2.7 and 3.5 because GitHub Actions doesn't fully support them. They're EOL anyway.

Python 3.8 and 3.9 support is also added.

No more mention of Travis CI in the codebase:

TODO:

codecov[bot] commented 3 years ago

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #72   +/-   ##
=========================================
  Coverage          ?   43.64%           
=========================================
  Files             ?        2           
  Lines             ?      236           
  Branches          ?       62           
=========================================
  Hits              ?      103           
  Misses            ?      123           
  Partials          ?       10           

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 16143ee...7af7843. Read the comment docs.

shimizukawa commented 3 years ago

Now I've released 2.0.0. Thanks for your cooperation!