martinlackner / abcvoting

Python implementations of approval-based committee (multi-winner) voting rules
https://abcvoting.readthedocs.io/
MIT License
32 stars 16 forks source link

Minor refactorings #33

Closed lumbric closed 3 years ago

codecov-io commented 3 years ago

Codecov Report

Merging #33 (7f71bcd) into master (2be6740) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #33   +/-   ##
=======================================
  Coverage   85.04%   85.04%           
=======================================
  Files          38       38           
  Lines        2634     2634           
=======================================
  Hits         2240     2240           
  Misses        394      394           
Impacted Files Coverage Δ
abcvoting/abcrules_gurobi.py 5.61% <ø> (ø)
abcvoting/preferences.py 95.60% <ø> (ø)
abcvoting/abcrules.py 95.93% <100.00%> (ø)
abcvoting/misc.py 89.47% <100.00%> (ø)
examples/random_profiles.py 86.04% <100.00%> (ø)

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 2be6740...7f71bcd. Read the comment docs.