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

Improve CI/CD testing via github actions #670

Merged
merged 22 commits into from
May 21, 2020
Merged

Improve CI/CD testing via github actions #670

merged 22 commits into from
May 21, 2020

Conversation

aleju
Copy link
Owner

@aleju aleju commented May 21, 2020

This patch improves the CI/CD environment by adding
github actions. The library is now automatically tested
in Ubuntu with python 2.7, 3.5, 3.6, 3.7 and 3.8,
as well as MacOS with the same python versions.
(Previously, only Ubuntu with python <=3.7 was
automatically tested in the CI/CD chain).

Additionally, the CI/CD pipeline now also generates
wheel files (sdist, bdist) for every patch merged
into master.

@codecov
Copy link

codecov bot commented May 21, 2020

Codecov Report

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

@@            Coverage Diff            @@
##             master     #670   +/-   ##
=========================================
  Coverage          ?   96.38%           
=========================================
  Files             ?       41           
  Lines             ?    15557           
  Branches          ?        0           
=========================================
  Hits              ?    14994           
  Misses            ?      563           
  Partials          ?        0           

@aleju aleju changed the title Add github actions Improve CI/CD testing via github actions May 21, 2020
@aleju aleju merged commit 6f917ac into master May 21, 2020
@aleju aleju deleted the gh_actions branch May 21, 2020 19:46
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.

1 participant