-
Notifications
You must be signed in to change notification settings - Fork 90
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
add-scripts-folder #133
add-scripts-folder #133
Conversation
@aminalaee This is much cleaner, thanks! I've moved I used to have Coveralls configured when I was using Travis CI. I couldn't easily get it working on GitHub Actions, and didn't have time to investigate further. If we could get it working, that would be great. Likewise, with releasing to PyPI - I didn't have time to investigate how to store secrets with GitHub Actions. I moved over in a hurry when Travis CI became unbearably slow! |
@dantownsend Glad to be of help. |
Codecov Report
@@ Coverage Diff @@
## master #133 +/- ##
=========================================
Coverage ? 89.85%
=========================================
Files ? 106
Lines ? 4901
Branches ? 0
=========================================
Hits ? 4404
Misses ? 497
Partials ? 0 Continue to review full report at Codecov.
|
@dantownsend
|
This pull request introduces 1 alert and fixes 1 when merging 7f466a1 into bd54ed7 - view on LGTM.com new alerts:
fixed alerts:
|
This pull request introduces 1 alert and fixes 1 when merging 689cc4e into bd54ed7 - view on LGTM.com new alerts:
fixed alerts:
|
This pull request introduces 1 alert and fixes 1 when merging 27f4287 into bd54ed7 - view on LGTM.com new alerts:
fixed alerts:
|
This pull request fixes 3 alerts when merging ef88f57 into bd54ed7 - view on LGTM.com fixed alerts:
|
@aminalaee Thanks for all your hard work with this - it's a big improvement. With isort and black, I heard they're sometimes incompatible. Have you ever experienced this? |
@dantownsend I really enjoy working with |
@dantownsend Added I created issues for other repos to implement the same structure when we can agree on something. |
This pull request fixes 3 alerts when merging c29464d into bd54ed7 - view on LGTM.com fixed alerts:
|
This pull request fixes 3 alerts when merging e18344f into bd54ed7 - view on LGTM.com fixed alerts:
|
@aminalaee Thanks again for all this. I've added secrets for Codecov and PyPI, so hopefully they should work as expected. |
I think it'd be clear to move all the scripts to the
scripts
folder following this.I've moved all existing scripts and updated the github workflow. But here some questions/ideas:
piccolo.sh
from root of project too?release.sh
can be a workflow in github to upload to PyPi when github release is created.