xgouchet / Elmyr

A utility to make Kotlin/Java tests random yet reproducible
Other
82 stars 2 forks source link

Build up v1 #37

Closed xgouchet closed 4 years ago

codecov-io commented 4 years ago

Codecov Report

Merging #37 into master will increase coverage by 16.1%. The diff coverage is 97.31%.

@@             Coverage Diff              @@
##             master      #37      +/-   ##
============================================
+ Coverage     81.21%   97.31%   +16.1%     
+ Complexity      515      205     -310     
============================================
  Files            35       14      -21     
  Lines          1128      334     -794     
  Branches        184       41     -143     
============================================
- Hits            916      325     -591     
+ Misses          133        5     -128     
+ Partials         79        4      -75
Impacted Files Coverage Δ Complexity Δ
...tlin/fr/xgouchet/elmyr/inject/reflect/SetterExt.kt 100% <100%> (ø) 0 <0> (?)
.../main/kotlin/fr/xgouchet/elmyr/ForgeryException.kt 100% <100%> (ø) 1 <1> (?)
...kotlin/fr/xgouchet/elmyr/kotlin/BooleanProperty.kt 100% <100%> (ø) 2 <2> (?)
.../main/kotlin/fr/xgouchet/elmyr/junit4/ForgeRule.kt 100% <100%> (ø) 3 <3> (?)
...kotlin/fr/xgouchet/elmyr/kotlin/FactoryProperty.kt 100% <100%> (ø) 2 <2> (?)
core/src/main/kotlin/fr/xgouchet/elmyr/Forge.kt 100% <100%> (ø) 152 <152> (?)
...otlin/fr/xgouchet/elmyr/kotlin/NullableProperty.kt 100% <100%> (ø) 3 <3> (?)
...r/xgouchet/elmyr/ForgeryFactoryMissingException.kt 100% <100%> (ø) 1 <1> (?)
.../xgouchet/elmyr/inject/ForgeryInjectorException.kt 100% <100%> (ø) 3 <3> (?)
.../kotlin/fr/xgouchet/elmyr/kotlin/LambdaProperty.kt 100% <100%> (ø) 2 <2> (?)
... and 53 more