Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate to GitHub Actions. #323

Merged
merged 9 commits into from Feb 2, 2021
Merged

Migrate to GitHub Actions. #323

merged 9 commits into from Feb 2, 2021

Conversation

jezdez
Copy link
Member

@jezdez jezdez commented Feb 2, 2021

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 jazzband/contextlib2#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:

  • @jezdez to add JAZZBAND_RELEASE_KEY to the repo secrets.

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
Copy link

codecov bot commented Feb 2, 2021

Codecov Report

❗ 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.

@jezdez jezdez requested a review from manelclos February 2, 2021 11:16
@jezdez jezdez added this to In progress in Migrate to GitHub Actions via automation Feb 2, 2021
@jezdez jezdez moved this from In progress to In review in Migrate to GitHub Actions Feb 2, 2021
@jezdez jezdez mentioned this pull request Feb 2, 2021
@jezdez jezdez merged commit 98fc1b4 into master Feb 2, 2021
Migrate to GitHub Actions automation moved this from In review to Done Feb 2, 2021
@jezdez jezdez deleted the gha branch February 2, 2021 12:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

None yet

2 participants