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

Introduce efmt code formatter #71

Merged
merged 2 commits into from
Nov 29, 2021
Merged

Introduce efmt code formatter #71

merged 2 commits into from
Nov 29, 2021

Conversation

sile
Copy link
Owner

@sile sile commented Nov 28, 2021

I recently released v0.1.0 of efmt which is an Erlang code formatter.
This PR introduces the formatter to jsone for dogfooding.

@codecov-commenter
Copy link

codecov-commenter commented Nov 28, 2021

Codecov Report

Merging #71 (153dd84) into master (31e9f0e) will increase coverage by 0.09%.
The diff coverage is 90.90%.

❗ Current head 153dd84 differs from pull request most recent head 7a5e359. Consider uploading reports for the commit 7a5e359 to get more accurate results
Impacted file tree graph

@@            Coverage Diff             @@
##           master      #71      +/-   ##
==========================================
+ Coverage   91.91%   92.01%   +0.09%     
==========================================
  Files           4        4              
  Lines         334      338       +4     
==========================================
+ Hits          307      311       +4     
  Misses         27       27              
Impacted Files Coverage Δ
src/jsone.erl 82.60% <0.00%> (ø)
src/jsone_encode.erl 86.53% <83.33%> (+0.08%) ⬆️
src/jsone_decode.erl 98.44% <100.00%> (+0.03%) ⬆️
src/jsone_inet.erl 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 31e9f0e...7a5e359. Read the comment docs.

@sile sile merged commit 00c9915 into master Nov 29, 2021
@sile sile deleted the efmt branch November 29, 2021 01:24
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