PokeAPI / pokekotlin

Kotlin (or Java, Scala, etc) client for PokeApi
Apache License 2.0
171 stars 43 forks source link

Ktlint format whole project #71

Closed sargunv closed 4 years ago

sargunv commented 4 years ago

Apply ktlint using this gradle plugin

codecov[bot] commented 4 years ago

Codecov Report

Merging #71 into master will decrease coverage by 0.17%. The diff coverage is 73.08%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #71      +/-   ##
============================================
- Coverage     65.52%   65.35%   -0.18%     
- Complexity      101      106       +5     
============================================
  Files            18       19       +1     
  Lines           850      866      +16     
  Branches          3        3              
============================================
+ Hits            557      566       +9     
- Misses          292      299       +7     
  Partials          1        1              
Impacted Files Coverage Δ Complexity Δ
.../sargunvohra/lib/pokekotlin/client/ClientConfig.kt 100.00% <ø> (ø) 3.00 <0.00> (ø)
...sargunvohra/lib/pokekotlin/client/ErrorResponse.kt 0.00% <ø> (ø) 0.00 <0.00> (?)
...nvohra/lib/pokekotlin/client/PokeApiServiceImpl.kt 100.00% <ø> (ø) 1.00 <0.00> (ø)
...rgunvohra/lib/pokekotlin/client/RxPokeApiClient.kt 0.00% <0.00%> (ø) 0.00 <0.00> (ø)
...ohra/lib/pokekotlin/client/RxPokeApiServiceImpl.kt 0.00% <ø> (ø) 0.00 <0.00> (ø)
...tlin/me/sargunvohra/lib/pokekotlin/model/common.kt 44.44% <34.78%> (ø) 0.00 <0.00> (ø)
...otlin/me/sargunvohra/lib/pokekotlin/model/moves.kt 61.90% <62.68%> (ø) 0.00 <0.00> (ø)
...in/me/sargunvohra/lib/pokekotlin/model/Language.kt 71.42% <71.42%> (ø) 5.00 <5.00> (?)
...lin/me/sargunvohra/lib/pokekotlin/model/pokemon.kt 69.35% <74.11%> (ø) 0.00 <0.00> (ø)
...in/me/sargunvohra/lib/pokekotlin/model/contests.kt 70.00% <75.00%> (ø) 0.00 <0.00> (ø)
... and 25 more

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 d2edfc8...85d11f4. Read the comment docs.