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

[docs] fix and test docstrings #3445

Merged
merged 4 commits into from
Aug 8, 2023
Merged

[docs] fix and test docstrings #3445

merged 4 commits into from
Aug 8, 2023

Conversation

odow
Copy link
Member

@odow odow commented Aug 7, 2023

Closes #3442

Still a WIP, because there a few things I need to fix.

@codecov
Copy link

codecov bot commented Aug 7, 2023

Codecov Report

Patch coverage: 66.66% and project coverage change: -0.02% ⚠️

Comparison is base (a325eb6) 98.01% compared to head (4cae778) 97.99%.
Report is 2 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3445      +/-   ##
==========================================
- Coverage   98.01%   97.99%   -0.02%     
==========================================
  Files          36       36              
  Lines        5039     5041       +2     
==========================================
+ Hits         4939     4940       +1     
- Misses        100      101       +1     
Files Changed Coverage Δ
src/Containers/DenseAxisArray.jl 96.48% <ø> (ø)
src/Containers/SparseAxisArray.jl 98.71% <0.00%> (-0.64%) ⬇️
src/Containers/container.jl 94.33% <ø> (ø)
src/Containers/macro.jl 100.00% <ø> (ø)
src/JuMP.jl 94.87% <ø> (ø)
src/constraints.jl 96.57% <ø> (ø)
src/copy.jl 96.19% <ø> (ø)
src/feasibility_checker.jl 100.00% <ø> (ø)
src/lp_sensitivity2.jl 97.79% <ø> (ø)
src/macros.jl 98.67% <ø> (ø)
... and 6 more

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

@odow odow merged commit 27213d3 into master Aug 8, 2023
9 of 11 checks passed
@odow odow deleted the od/docstrings branch August 8, 2023 06:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Doctests aren't failing
1 participant