proper-testing / proper

PropEr: a QuickCheck-inspired property-based testing tool for Erlang
http://proper-testing.github.io
GNU General Public License v3.0
882 stars 167 forks source link

Perform a PropEr check for Erlang/OTP >= 21 #226

Closed kostis closed 4 years ago

codecov-io commented 4 years ago

Codecov Report

Merging #226 into master will increase coverage by 0.03%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #226      +/-   ##
==========================================
+ Coverage   82.50%   82.53%   +0.03%     
==========================================
  Files          13       13              
  Lines        3172     3166       -6     
==========================================
- Hits         2617     2613       -4     
+ Misses        555      553       -2     
Impacted Files Coverage Δ
src/proper_shrink.erl 95.21% <0.00%> (-0.54%) :arrow_down:
src/proper_gen_next.erl 75.93% <0.00%> (-0.27%) :arrow_down:
src/proper.erl 82.68% <0.00%> (-0.21%) :arrow_down:
src/proper_typeserver.erl 73.51% <0.00%> (+0.08%) :arrow_up:
src/proper_gen.erl 85.71% <0.00%> (+0.49%) :arrow_up:
src/proper_statem.erl 94.34% <0.00%> (+0.78%) :arrow_up:
src/proper_fsm.erl 81.96% <0.00%> (+1.63%) :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 493d61e...729b9c6. Read the comment docs.