Skip to content

Bump coverage version, fix coverage on Python 3.8

Chandan Singh requested to merge chandan/py38-cov into master
  • requirements: Bump coverage version

    Bump coverage version to 5.0.3. Among other things, this includes fixes that fix our issues with coverage reporting on Python 3.8.

  • .gitlab-ci.yml: Enable coverage reporting for Python 3.8

    Since bumping coverage verion, our coverage reporting works fine with Python 3.8.

    Fixes #1173.

Merge request reports