I was just looking into this for use in the GitHub actions beta, and covering my Python code, but it looks like the coverage tooling for Python doesn't support lcov output (ie running coverage.py via pytest-cov on pytest unittests).
I know that the coveralls Python library can interface with the coveralls.io API, so I'm curious what the suggested solution might be.
Any ideas?
I was just looking into this for use in the GitHub actions beta, and covering my Python code, but it looks like the coverage tooling for Python doesn't support
lcovoutput (ie runningcoverage.pyviapytest-covonpytestunittests).I know that the
coverallsPython library can interface with the coveralls.io API, so I'm curious what the suggested solution might be.Any ideas?