SKopecz / PositiveIntegrators.jl

A Julia library of positivity-preserving time integration methods
https://skopecz.github.io/PositiveIntegrators.jl/
MIT License
13 stars 4 forks source link

automatic code formatting #11

Closed ranocha closed 10 months ago

ranocha commented 10 months ago

You can run the formatter locally by installing JuliaFormatter.jl and executing

julia> using JuliaFormatter; format(".")
true
codecov-commenter commented 10 months ago

Codecov Report

Attention: 3 lines in your changes are missing coverage. Please review.

Comparison is base (74114bc) 97.87% compared to head (b0c75c1) 97.89%.

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #11 +/- ## ========================================== + Coverage 97.87% 97.89% +0.02% ========================================== Files 3 3 Lines 235 238 +3 ========================================== + Hits 230 233 +3 Misses 5 5 ``` | [Files](https://app.codecov.io/gh/SKopecz/PositiveIntegrators.jl/pull/11?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None) | Coverage Δ | | |---|---|---| | [src/PositiveIntegrators.jl](https://app.codecov.io/gh/SKopecz/PositiveIntegrators.jl/pull/11?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-c3JjL1Bvc2l0aXZlSW50ZWdyYXRvcnMuamw=) | `100.00% <ø> (ø)` | | | [src/mprk.jl](https://app.codecov.io/gh/SKopecz/PositiveIntegrators.jl/pull/11?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-c3JjL21wcmsuamw=) | `100.00% <100.00%> (ø)` | | | [src/proddest.jl](https://app.codecov.io/gh/SKopecz/PositiveIntegrators.jl/pull/11?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-c3JjL3Byb2RkZXN0Lmps) | `93.90% <88.00%> (+0.23%)` | :arrow_up: |

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