That's an interesting idea, and I think it definitely has merit. I recently ran into a similar issue where adding an exact value meant that some other simplifying code was skipped.
We'd probably have to store this 'snapshot of the coverage' on a server somewhere/ We could use the diff between versions, but maybe there's a better way. On Saturday, 4 May 2013 01:46:58 UTC+10, smichr wrote: > > Something that is on my wish list that is related to parsing is to commit, > with every PR a snapshot of the coverage of the code base as generated with > the coverage tool that we use. Then, when the new tests are run a new > version is generated and a comparison is made to see that no line that was > covered previously has lost coverage (and that all new lines are covered or > flagged as not being covered). Just a thought. > -- You received this message because you are subscribed to the Google Groups "sympy" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sympy?hl=en-US. For more options, visit https://groups.google.com/groups/opt_out.
