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

Update favicon and fix pre-commit hook helper script #384

Merged
merged 3 commits into from
Mar 15, 2023
Merged

Conversation

bwohlberg
Copy link
Collaborator

Update the favicon for the sphinx docs and make .github/isbin.sh compatible with MacOS bash to resolve #383.

@bwohlberg bwohlberg added documentation Improvements or additions to documentation developer Developer environment: issues related to CI, git, etc. labels Mar 15, 2023
@bwohlberg bwohlberg requested a review from tbalke March 15, 2023 00:24
@codecov
Copy link

codecov bot commented Mar 15, 2023

Codecov Report

Merging #384 (513c0dc) into main (a6f8a04) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #384   +/-   ##
=======================================
  Coverage   94.24%   94.24%           
=======================================
  Files          84       84           
  Lines        5059     5059           
=======================================
  Hits         4768     4768           
  Misses        291      291           
Flag Coverage Δ
unittests 94.24% <ø> (ø)

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"
Copy link
Contributor

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.

Copy link
Collaborator Author

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"
Copy link
Contributor

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?

Copy link
Collaborator Author

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).

@bwohlberg bwohlberg merged commit e3fcc5e into main Mar 15, 2023
@bwohlberg bwohlberg deleted the brendt/favicon branch March 15, 2023 01:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
developer Developer environment: issues related to CI, git, etc. documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error in isbin.sh
2 participants