Hacker News new | ask | show | jobs
by theptip 1314 days ago
“Test impact analysis” is one name for this general approach. There are a few projects doing this in the Python ecosystem that don’t fully work (Smother, pytest-tia, and some others). Great to see another entry.

Can you cache the coverage DB so this can be run in a CI pipeline?

2 comments

Foresight does this if you're using github actions for CI. https://www.runforesight.com/test-gap-analysis (disclaimer: one of the founders)
Sure, read docs.nabaz.io (CI solution w/ storage over mongodb)