You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wanted to convert .coverage to lcov, but your tool is failing :( I just issued this command: coveragepy-lcov.
This is the error I got. TypeError: __init__() takes 2 positional arguments but 3 were given
The text was updated successfully, but these errors were encountered:
I originally tried https://github.com/TheCleric/coverage-lcov which is a fork of this repo but fails with the same error and doesn't seem to be maintained very actively either.
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
coverage-lcov 0.2.1 requires coverage<6.0,>=5.5, but you have coverage 6.1.1 which is incompatible.
I wanted to convert .coverage to lcov, but your tool is failing :( I just issued this command:
coveragepy-lcov
.This is the error I got.
TypeError: __init__() takes 2 positional arguments but 3 were given
The text was updated successfully, but these errors were encountered: