CleanCut / green

Green is a clean, colorful, fast python test runner.
MIT License
793 stars 76 forks source link

Fix zero coverage in CI #293

Closed eltoder closed 7 months ago

eltoder commented 7 months ago

Install the project in editable mode, otherwise we run the copy of the code in site-packages which does not match the expected source location.

Closes #289

coveralls commented 7 months ago

Coverage Status

coverage: 95.014% (+95.0%) from 0.0% when pulling bc0adac587c9a1227d582a53f4ff48a05aaf3590 on eltoder:feature/fix-ci-coverage into d706f989d0ae22eada36959d178b9885988d07f7 on CleanCut:main.

eltoder commented 7 months ago

I can add -e into other workflows as well. We do run green with coverage there as well, just don't publish those numbers anywhere.