Le samedi 28 juillet 2012 à 06:20 -0700, Bharath M R a écrit : > I tried running the code coverage tool for SymPy and shows that all > code coverage is less than 10%. > > > I thought that the coverage tool is not working because of the test > errors, but it shows the same coverage information, even if I run > ./coverage_report.py plotting/ . > > > Is there a particular way to do it?
Are you on master? Hash randomisation testing broke coverage_report.py, and it's only been fixed 2 weeks ago: https://github.com/sympy/sympy/pull/1404 If your branch doesn't have the fix, it would explain what you see. -- You received this message because you are subscribed to the Google Groups "sympy" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sympy?hl=en.
