isi-vista / adam

Abduction to Demonstrate an Articulate Machine
MIT License
11 stars 3 forks source link

Code coverage is disabled #918

Open spigo900 opened 4 years ago

spigo900 commented 4 years ago

As of #915 we are no longer telling Travis to track and post code coverage information, since this slows down our tests in PyPy too much. (See this blog post and discussion in Slack.)

We would like to make things work better so that we can get coverage information again.

lichtefeld commented 2 years ago

This can potentially be improved by reducing the amount of graph matching CI jobs to only a few essential tests of the matching system to be run automatically by Travis but leaving a more extensive test-set locally when needed. I’ll investigate this as I do any refactor needing for the new graph matching nodes. I will endeavor not to break the old graph matching implementation as it would be nice to leave that functional.