Closed asedeno closed 2 years ago
Rather than pin coverage (#212), rework .coveragerc to use include instead of source since that avoids the early import issue.
.coveragerc
include
source
You are my hero!!!
We should be able to revert this once https://github.com/nedbat/coveragepy/commit/79753a1476a407b4fe1fad69081395c497d53d21 is included in a coverage release.
x-ref: https://github.com/nedbat/coveragepy/issues/1203
Rather than pin coverage (#212), rework
.coveragerc
to useinclude
instead ofsource
since that avoids the early import issue.