twitter-archive / diffy

Find potential bugs in your services with Diffy
https://twitter.com/diffyproject
Apache License 2.0
3.83k stars 368 forks source link

Compare responses with xml Content-Type #72

Open ghost opened 6 years ago

ghost commented 6 years ago

We need to compare xml responses, therefore I wrote a XmlLifter which simply converts the xml to json.

CLAassistant commented 6 years ago

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.


Lukas Banduch seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account.
You have signed the CLA already but the status is still pending? Let us recheck it.

codecov-io commented 6 years ago

Codecov Report

Merging #72 into master will decrease coverage by 0.6%. The diff coverage is 5.88%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #72      +/-   ##
==========================================
- Coverage   35.04%   34.43%   -0.61%     
==========================================
  Files          29       30       +1     
  Lines         799      816      +17     
  Branches       34       34              
==========================================
+ Hits          280      281       +1     
- Misses        519      535      +16
Impacted Files Coverage Δ
...ain/scala/com/twitter/diffy/lifter/XmlLifter.scala 0% <0%> (ø)
...in/scala/com/twitter/diffy/lifter/HttpLifter.scala 86.2% <11.11%> (-13.8%) :arrow_down:

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 7894459...9b2d671. Read the comment docs.