jazzband / django-smart-selects

chained and grouped selects for django forms
https://django-smart-selects.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
1.12k stars 352 forks source link

Migrate to GitHub Actions. #323

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

Python 3.9 support is also added.

TODO:

This also makes use of setuptools_scm going forward, which means you'll only need to create a git tag to update the version information for packaging and documentation. Changelog etc still need to be updated regularly.

This also switches from Coveralls to Codecov to stay consistent with other Jazzband projects.

codecov[bot] commented 3 years ago

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #323   +/-   ##
=========================================
  Coverage          ?   80.42%           
=========================================
  Files             ?        8           
  Lines             ?      470           
  Branches          ?       68           
=========================================
  Hits              ?      378           
  Misses            ?       60           
  Partials          ?       32           

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 1fbb43b...9adcf80. Read the comment docs.