martinlackner / abcvoting

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

Weighted rules & weighted properties #68

Closed DominikPeters closed 1 year ago

DominikPeters commented 1 year ago

It's probably best to wait a few days before merging this PR to see whether anything comes up.

codecov-commenter commented 1 year ago

Codecov Report

Merging #68 (ac5f8f8) into master (99dcd6e) will increase coverage by 0.07%. The diff coverage is 86.58%.

:mega: This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #68      +/-   ##
==========================================
+ Coverage   91.13%   91.20%   +0.07%     
==========================================
  Files          11       11              
  Lines        3418     3389      -29     
  Branches     1071     1067       -4     
==========================================
- Hits         3115     3091      -24     
+ Misses        176      173       -3     
+ Partials      127      125       -2     
Impacted Files Coverage Δ
abcvoting/abcrules_ortools.py 84.81% <ø> (-0.19%) :arrow_down:
abcvoting/fileio.py 81.21% <0.00%> (ø)
abcvoting/properties.py 94.51% <86.15%> (+1.13%) :arrow_up:
abcvoting/abcrules.py 93.20% <92.85%> (-0.04%) :arrow_down:
abcvoting/preferences.py 93.20% <100.00%> (+0.97%) :arrow_up:

... and 4 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 99dcd6e...ac5f8f8. Read the comment docs.