Closed
Description
See up to date codecov status and the build artifact. Coveragepy at 57a691f.
I'll select some cases (codecov shows more regressions, but only ones in the power.py and rde.py seems to be in the build artifact, perhaps it's a codecov issue).
- L1032, L1037 of power.py: no jumps to exit. These lines could be covered, for example, by:
exp(Symbol('', real=True, transcendental=True)).is_algebraic
andexp(Symbol('', integer=True)).is_algebraic
. - L309 of rde.py and similar lines with the DecrementLevel context manager. These can be triggered by tests in the diofant/tests/integrals/test_rde.py.
PS: You can see more "green" lines counted in the codecov statistics. Maybe it's a codecov issue. I've reopened the pr request as diofant/diofant#1162 to see if this and mentioned above disagreement with the codecov.xml in the build artifact will disappear.