tumblr / colossus

I/O and Microservice library for Scala
Apache License 2.0
1.14k stars 96 forks source link

Colossus Testing Docs (HTTP Service) #577

Closed dxuhuang closed 7 years ago

dxuhuang commented 7 years ago

@DanSimon @benblack86 @aliyakamercan @amotamed @jlbelmonte

dxuhuang commented 7 years ago

WIP

codecov-io commented 7 years ago

Codecov Report

Merging #577 into develop will increase coverage by 0.04%. The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #577      +/-   ##
===========================================
+ Coverage    84.87%   84.92%   +0.04%     
===========================================
  Files           99       99              
  Lines         4431     4431              
  Branches       356      356              
===========================================
+ Hits          3761     3763       +2     
+ Misses         670      668       -2
Impacted Files Coverage Δ
...ssus/src/main/scala/colossus/core/Connection.scala 68.18% <0%> (-1.14%) :arrow_down:
colossus/src/main/scala/colossus/core/Worker.scala 76.99% <0%> (-0.89%) :arrow_down:
...s/src/main/scala/colossus/metrics/Collection.scala 100% <0%> (+2.56%) :arrow_up:
...ain/scala/colossus/protocols/http/HttpServer.scala 75% <0%> (+6.25%) :arrow_up:
...ala/colossus/metrics/logging/ColossusLogging.scala 66.66% <0%> (+8.33%) :arrow_up:
...cala/colossus/protocols/http/HttpClientCodec.scala 80% <0%> (+40%) :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 1067c20...3211d99. Read the comment docs.

benblack86 commented 7 years ago

So far 👍

dxuhuang commented 7 years ago

bump