-
Notifications
You must be signed in to change notification settings - Fork 17
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
Update favicon and fix pre-commit hook helper script #384
Conversation
Codecov Report
@@ Coverage Diff @@
## main #384 +/- ##
=======================================
Coverage 94.24% 94.24%
=======================================
Files 84 84
Lines 5059 5059
=======================================
Hits 4768 4768
Misses 291 291
Flags with carried forward coverage won't be shown. Click here to find out more. Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
.github/isbin.sh
Outdated
echo "file exceeds maximum allowable size" | ||
echo "raw data and ipynb files should go in scico-data" | ||
exit 1 | ||
echo "file exceeds maximum allowable size" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Worth considering to also print the maximum size.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added.
echo "raw data and ipynb files should go in scico-data" | ||
exit 2 | ||
echo "binary files cannot be commited to the repository" | ||
echo "raw data and ipynb files should go in scico-data" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this always the case?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, with a very small number of exceptions (such as scico.ico
).
Update the favicon for the sphinx docs and make
.github/isbin.sh
compatible with MacOS bash to resolve #383.