Skip to content

Coverage regressions on 3.10.rc1 #1205

Closed
@skirpichev

Description

@skirpichev

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).

  1. 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 and exp(Symbol('', integer=True)).is_algebraic.
  2. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingcpythonReported as a bug in CPythonfixed

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions