Skip to content

Add GitHubAction to auto-update hooks, and other cleanups #4314

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

Merged
merged 2 commits into from
Dec 8, 2020

Conversation

MarcoGorelli
Copy link
Contributor

@MarcoGorelli MarcoGorelli commented Dec 8, 2020

This should replicate the 'autoupdate' feature we would've got from pre-commit-ci in #4312

Also, adding in some assorted cleanups while I'm here, and slightly reordering tests


got a test failure on the first, trying again to see if it's flaky (=> open new issue) or if it needs fixing immediately

Comment on lines +11 to +12
env:
SKIP: no-commit-to-branch
Copy link
Contributor Author

Choose a reason for hiding this comment

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

this hook is just so that you don't accidentally make a commit to the master branch when developing locally, it needs to be skipped during CI as after PRs are merged the jobs are run from the master branch

@codecov
Copy link

codecov bot commented Dec 8, 2020

Codecov Report

Merging #4314 (537f2bf) into master (a9806db) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #4314   +/-   ##
=======================================
  Coverage   87.57%   87.57%           
=======================================
  Files          88       88           
  Lines       14274    14274           
=======================================
  Hits        12500    12500           
  Misses       1774     1774           
Impacted Files Coverage Δ
pymc3/backends/__init__.py 100.00% <ø> (ø)

@twiecki twiecki merged commit 648617d into pymc-devs:master Dec 8, 2020
@MarcoGorelli MarcoGorelli deleted the autoupdate-pre-commit branch December 8, 2020 19:37
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