Alexgalinier / a_codestyle

Code formatter to keep the same code style and preferencies
0 stars 0 forks source link

feat(package.json): Avoid package.json and lock when prettify json files #5

Closed Alexgalinier closed 6 years ago

Alexgalinier commented 6 years ago

BREAKING CHANGE: Package.json and lock files are not parsed anymore

codecov[bot] commented 6 years ago

Codecov Report

Merging #5 into master will increase coverage by 6.06%. The diff coverage is 93.33%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #5      +/-   ##
==========================================
+ Coverage   85.71%   91.78%   +6.06%     
==========================================
  Files           6        6              
  Lines          70       73       +3     
  Branches       10       12       +2     
==========================================
+ Hits           60       67       +7     
+ Misses          7        4       -3     
+ Partials        3        2       -1
Impacted Files Coverage Δ
shared/jsonPrettyCompact.js 100% <100%> (+9.09%) :arrow_up:
shared/spanwP.js 94.11% <85.71%> (+14.11%) :arrow_up:

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 e8641d5...c52676e. Read the comment docs.

Alexgalinier commented 6 years ago

:tada: This PR is included in version 2.0.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: