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

Add linter doctests #117

Closed
wants to merge 3 commits into from
Closed

Add linter doctests #117

wants to merge 3 commits into from

Conversation

ReubenJ
Copy link
Member

@ReubenJ ReubenJ commented Sep 6, 2024

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

@ReubenJ ReubenJ self-assigned this Sep 6, 2024
Copy link

codecov bot commented Sep 6, 2024

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).
Report is 15 commits behind head on master.

Files with missing lines Patch % Lines
src/heuristics.jl 14.28% 36 Missing ⚠️
src/sampling_grammar.jl 34.61% 17 Missing ⚠️
src/program_iterator.jl 80.48% 8 Missing ⚠️
src/top_down_iterator.jl 60.00% 8 Missing ⚠️
src/fixed_shaped_iterator.jl 0.00% 7 Missing ⚠️
src/random_iterator.jl 73.33% 4 Missing ⚠️
src/evaluate.jl 66.66% 2 Missing ⚠️
src/stochastic_functions/neighbourhood.jl 0.00% 2 Missing ⚠️
src/uniform_iterator.jl 80.00% 2 Missing ⚠️
src/stochastic_functions/accept.jl 50.00% 1 Missing ⚠️
Additional details and impacted files
@@            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     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@ReubenJ
Copy link
Member Author

ReubenJ commented Sep 25, 2024

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.

@ReubenJ ReubenJ marked this pull request as draft September 27, 2024 08:42
@ReubenJ
Copy link
Member Author

ReubenJ commented Dec 10, 2024

Will likely not use this approach in favor of BestieTemplate.jl

@ReubenJ ReubenJ closed this Dec 10, 2024
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.

1 participant