Yalantis / FastEasyMapping

A tool for fast serializing & deserializing of JSON
https://yalantis.com/
Other
551 stars 79 forks source link

Fix fragile test #87

Closed jcavar closed 7 years ago

jcavar commented 7 years ago

This test failed on my machine because of I think localization settings. But regardless of that, every time it is run it uses different date instance and test and implementation use very similar code (string is calculated in test)

codecov-io commented 7 years ago

Codecov Report

Merging #87 into master will increase coverage by <.01%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #87      +/-   ##
==========================================
+ Coverage   92.47%   92.47%   +<.01%     
==========================================
  Files          28       28              
  Lines        3095     3098       +3     
==========================================
+ Hits         2862     2865       +3     
  Misses        233      233
Impacted Files Coverage Δ
FastEasyMappingTests/Specs/FEMSerializerSpec.m 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 8fe1825...56d19ff. Read the comment docs.

dimazen commented 7 years ago

Thanks for more contributions to the FEM :)