martinlackner / abcvoting

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

migrate pytest.ini to pyproject.toml #37

Closed lumbric closed 3 years ago

lumbric commented 3 years ago

This is just an aesthetic change, no real objective improvement. Note that it requires pytest >= 6 to use pyproject.toml.

Feel free to reject, if you prefer the old method. I don't see any important reason to go for the new way, except because we can.

codecov-io commented 3 years ago

Codecov Report

Merging #37 (03ff582) into master (d663c0e) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #37   +/-   ##
=======================================
  Coverage   85.76%   85.76%           
=======================================
  Files          39       39           
  Lines        2620     2620           
  Branches      568      568           
=======================================
  Hits         2247     2247           
  Misses        326      326           
  Partials       47       47           

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 d663c0e...03ff582. Read the comment docs.