Herb-AI / HerbSearch.jl

Search procedures and synthesizers for Herb.jl
https://herb-ai.github.io/
MIT License
5 stars 0 forks source link

Add linter doctests #117

Open ReubenJ opened 1 month ago

ReubenJ commented 1 month ago

All changes in src and test are a result of running the formatting script.

codecov[bot] commented 1 month ago

Codecov Report

Attention: Patch coverage is 62.82051% with 87 lines in your changes missing coverage. Please review.

Project coverage is 66.66%. Comparing base (24c3600) to head (afdb86c).

Files with missing lines Patch % Lines
src/heuristics.jl 14.28% 36 Missing :warning:
src/sampling_grammar.jl 34.61% 17 Missing :warning:
src/program_iterator.jl 80.48% 8 Missing :warning:
src/top_down_iterator.jl 60.00% 8 Missing :warning:
src/fixed_shaped_iterator.jl 0.00% 7 Missing :warning:
src/random_iterator.jl 73.33% 4 Missing :warning:
src/evaluate.jl 66.66% 2 Missing :warning:
src/stochastic_functions/neighbourhood.jl 0.00% 2 Missing :warning:
src/uniform_iterator.jl 80.00% 2 Missing :warning:
src/stochastic_functions/accept.jl 50.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #117 +/- ## ========================================== - Coverage 67.35% 66.66% -0.69% ========================================== Files 21 21 Lines 729 756 +27 ========================================== + Hits 491 504 +13 - Misses 238 252 +14 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

ReubenJ commented 1 month ago

Failing code coverage is because of the many lines that have changed due to reformatting. Codecov reports that tests do not cover the changes in this PR, but these were not covered before either, and the changes were just formatting.