Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Start testing using GitHub Actions#19036

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
tacaswell merged 8 commits intomatplotlib:masterfromQuLogic:actions
Dec 3, 2020

Conversation

QuLogic
Copy link
Member

PR Summary

I don't think we've gotten back any reply from Travis yet. This ports Linux and macOS builds over to GitHub Actions; it takes roughly the same build time overall, though the queue might be shorter. I'm not entirely sure whether I used the right keys for caching or if it's really very effective yet.

I believe interactive backend tests are running though, so this should restore our code coverage results.

PR Checklist

  • Has pytest style unit tests (andpytest passes).
  • IsFlake 8 compliant (runflake8 on changed files to check).
  • [n/a] New features are documented, with examples if plot related.
  • Documentation is sphinx and numpydoc compliant (the docs shouldbuild without error).
  • Conforms to Matplotlib style conventions (installflake8-docstrings and runflake8 --docstring-convention=all).
  • [n/a] New features have an entry indoc/users/next_whats_new/ (follow instructions in README.rst there).
  • [n/a] API changes documented indoc/api/next_api_changes/ (follow instructions in README.rst there).

This is currently Linux-only, and skips caching and code coverage.
This was ignored on Travis for some time.
On Travis, NumPy was already installed and happened to be 1.16.4,roundabout our desired minimum version. On GitHub Actions, NumPy is notinstalled and gets installed later, since it was never specified in thecommand with the pins.Also, add minimum Pillow to the pins.
@QuLogicQuLogic added this to thev3.3.4 milestoneNov 28, 2020
@QuLogic
Copy link
MemberAuthor

Test coverage is up 0.81%, though library coverage is down 5% since the build on#17524? It looks like that drop may be because C code was added back into the count.

@QuLogicQuLogicforce-pushed theactions branch 3 times, most recently frombb8d25a to36b73ccCompareNovember 28, 2020 07:14
@jklymak
Copy link
Member

@QuLogic I'm fine with you self-merging this if we don't hear from@tacaswell. Looks good, but I'm not an expert on the testing infrastructure.

@tacaswelltacaswell merged commit4d3b10e intomatplotlib:masterDec 3, 2020
@QuLogicQuLogic deleted the actions branchDecember 3, 2020 19:54
@lumberbot-app
Copy link

Owee, I'm MrMeeseeks, Look at me.

There seem to be a conflict, please backport manually. Here are approximate instructions:

  1. Checkout backport branch and update it.
$ git checkout v3.3.x$ git pull
  1. Cherry pick the first parent branch of the this PR on top of the older branch:
$ git cherry-pick -m1 4d3b10ed75fd0d89a5a7d3f54a7e69cc643216d6
  1. You will likely have some merge/cherry-pick conflict here, fix them and commit:
$ git commit -am 'Backport PR #19036: Start testing using GitHub Actions'
  1. Push to a named branch :
git push YOURFORK v3.3.x:auto-backport-of-pr-19036-on-v3.3.x
  1. Create a PR against branch v3.3.x, I would have named this PR:

"Backport PR#19036 on branch v3.3.x"

And apply the correct labels and milestones.

Congratulation you did some good work ! Hopefully your backport PR will be tested by the continuous integration and merged soon!

If these instruction are inaccurate, feel free tosuggest an improvement.

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@dopplershiftdopplershiftdopplershift approved these changes

@jklymakjklymakjklymak approved these changes

@tacaswelltacaswellAwaiting requested review from tacaswell

Assignees
No one assigned
Projects
None yet
Milestone
v3.3.4
Development

Successfully merging this pull request may close these issues.

4 participants
@QuLogic@jklymak@dopplershift@tacaswell

[8]ページ先頭

©2009-2025 Movatter.jp