pytransitions / transitions

A lightweight, object-oriented finite state machine implementation in Python with many extensions
MIT License
5.49k stars 525 forks source link

Replace coveralls with codecov #587

Closed aleneum closed 1 year ago

aleneum commented 1 year ago

Switch from coveralls to codecov since reports for Python 2.7 and Python 3.x reports weren't merged correctly. Furthermore, coveralls official gha does not seem to support other formats than lcov (which coverage for Python 2.7 cannot generate).