proper-testing / proper

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

Modernize coverage generation #235

Closed xspirus closed 4 years ago

xspirus commented 4 years ago

This commit updates the rebar3 configuration, so that the covertool plugin is used to produce the coverage report.

codecov-io commented 4 years ago

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #235      +/-   ##
==========================================
- Coverage   83.02%   82.99%   -0.04%     
==========================================
  Files          13       13              
  Lines        3169     3169              
==========================================
- Hits         2631     2630       -1     
- Misses        538      539       +1     
Impacted Files Coverage Δ
src/proper_gen_next.erl 75.93% <0.00%> (-0.27%) :arrow_down:
src/proper.erl 84.73% <0.00%> (-0.16%) :arrow_down:
src/proper_gen.erl 85.71% <0.00%> (+0.49%) :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 0365dd2...f90946d. Read the comment docs.