This error is ocurring while parsing a cobertura.xml file.
I'm using the following command to get the coverage diff:
git diff develop...HEAD | diff-test-coverage -c coverage/cobertura-coverage.xml -t cobertura --
lcov file doesn't work, I get the "No coverage information found for any of the new lines in the diff." message.
git diff develop...HEAD | diff-test-coverage -c coverage/lcov.info -t lcov --
Is there anything wrong with my setup ?
PS: I already tried to increase the node max memory, but still the same error
This error is ocurring while parsing a cobertura.xml file.
I'm using the following command to get the coverage diff:
git diff develop...HEAD | diff-test-coverage -c coverage/cobertura-coverage.xml -t cobertura --lcov file doesn't work, I get the "No coverage information found for any of the new lines in the diff." message.
git diff develop...HEAD | diff-test-coverage -c coverage/lcov.info -t lcov --Is there anything wrong with my setup ?
PS: I already tried to increase the node max memory, but still the same error