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

automatic code formatting #11

Merged
merged 3 commits into from
Nov 3, 2023
Merged

automatic code formatting #11

merged 3 commits into from
Nov 3, 2023

Conversation

ranocha
Copy link
Collaborator

@ranocha ranocha commented Nov 3, 2023

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

julia> using JuliaFormatter; format(".")
true

@codecov-commenter
Copy link

codecov-commenter commented Nov 3, 2023

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

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

Additional details and impacted files
@@            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 Coverage Δ
src/PositiveIntegrators.jl 100.00% <ø> (ø)
src/mprk.jl 100.00% <100.00%> (ø)
src/proddest.jl 93.90% <88.00%> (+0.23%) ⬆️

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

@ranocha ranocha merged commit ea33703 into main Nov 3, 2023
8 checks passed
@ranocha ranocha deleted the h/format branch November 3, 2023 10:49
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.

2 participants