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 from TravisCI to Github Actions #738

Merged
merged 1 commit into from
Nov 12, 2020

Conversation

ThePumpingLemma
Copy link
Collaborator

@ThePumpingLemma ThePumpingLemma commented Nov 10, 2020

  • Move requirements into separate files for future dependabot support
  • Add config for coverage via pyproject.toml
  • Add a codecov config
  • For now, remove package publishing config until it can be migrated to
    Github Actions

Description

This PR adds a build configuration for running the tox matrix via Github actions.

Related Issue

#739

Motivation and Context

TravisCI is dropping support for travis-ci.org based builds and its performance has been really poor as of late (i.e. it takes days for builds to go through).

How Has This Been Tested?

https://github.com/jazzband/django-simple-history/pull/738/checks

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • I have run the make format command to format my code
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • I have added my name and/or github handle to AUTHORS.rst
  • I have added my change to CHANGES.rst
  • All new and existing tests passed.

@ThePumpingLemma ThePumpingLemma force-pushed the ThePumpingLemma-patch-1 branch 4 times, most recently from eb14114 to a494aca Compare November 10, 2020 02:04
@codecov
Copy link

codecov bot commented Nov 10, 2020

Codecov Report

Merging #738 (342daf5) into master (4cb4d2d) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #738   +/-   ##
=======================================
  Coverage   97.44%   97.44%           
=======================================
  Files          18       18           
  Lines         980      980           
  Branches      148      148           
=======================================
  Hits          955      955           
  Misses         12       12           
  Partials       13       13           

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 4cb4d2d...342daf5. Read the comment docs.

@ThePumpingLemma ThePumpingLemma force-pushed the ThePumpingLemma-patch-1 branch 16 times, most recently from dd44c8b to 58c78dd Compare November 11, 2020 19:50
@ThePumpingLemma ThePumpingLemma changed the title Create python-package.yml Migrate from TravisCI to Github Actions Nov 11, 2020
@ThePumpingLemma ThePumpingLemma force-pushed the ThePumpingLemma-patch-1 branch 3 times, most recently from 6fd6dff to 033a408 Compare November 11, 2020 20:26
* Move requirements into separate files for future dependabot support
* Add config for coverage via pyproject.toml
* Add a codecov config
* For now, remove package publishing config until it can be migrated to
  Github Actions
@ThePumpingLemma ThePumpingLemma merged commit 77609bc into master Nov 12, 2020
@ThePumpingLemma ThePumpingLemma deleted the ThePumpingLemma-patch-1 branch November 12, 2020 16:17
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.

2 participants