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

Remove Travis CI and add PyPy3 and coverage to GHA #104

Merged
merged 2 commits into from
Nov 11, 2020

Conversation

hugovk
Copy link
Collaborator

@hugovk hugovk commented Nov 11, 2020

Travis CI have changed their pricing model and have introduced limits for open source:

Many projects are migrating to GitHub Actions:

We already have tests on GHA and Travis, all that was missing was Codecov upload (it was initially not supported for GHA but is now) and PyPy3.

This PR adds those to GHA (although PyPy3 is still failing, same as #102 (comment)).

@codecov
Copy link

codecov bot commented Nov 11, 2020

Codecov Report

Merging #104 (2aaefad) into master (b008066) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #104   +/-   ##
=======================================
  Coverage   94.05%   94.05%           
=======================================
  Files           6        6           
  Lines         353      353           
  Branches       36       36           
=======================================
  Hits          332      332           
  Misses         12       12           
  Partials        9        9           

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 b008066...2aaefad. Read the comment docs.

Copy link
Owner

@ofek ofek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!!!

@hugovk hugovk merged commit 924467b into ofek:master Nov 11, 2020
@hugovk hugovk deleted the rm-travis branch November 11, 2020 14:35
REestwick pushed a commit to REestwick/pypinfo that referenced this pull request Apr 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants