firoorg / ztm

A REST service running on top of Zcoin Exodus to provides rich and easy to use APIs for managing the token
https://ztm.readthedocs.io
MIT License
4 stars 3 forks source link

Make PropertyAmountConverter supports nullable #185

Closed ultimaweapon closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #185 into master will increase coverage by 0.04%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #185      +/-   ##
==========================================
+ Coverage   93.73%   93.77%   +0.04%     
==========================================
  Files         164      164              
  Lines        5949     5992      +43     
==========================================
+ Hits         5576     5619      +43     
  Misses        344      344              
  Partials       29       29
Impacted Files Coverage Δ
src/Ztm.WebApi/Converters/Converter.cs 100% <100%> (ø) :arrow_up:
...c/Ztm.WebApi/Converters/BitcoinAddressConverter.cs 100% <100%> (ø) :arrow_up:
src/Ztm.WebApi/Converters/MoneyConverter.cs 100% <100%> (ø) :arrow_up:
...c/Ztm.WebApi/Converters/PropertyAmountConverter.cs 97.61% <100%> (+1.46%) :arrow_up:
src/Ztm.WebApi/Converters/UInt256Converter.cs 100% <100%> (ø) :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 c0ed528...84f9184. Read the comment docs.