Closed iapicca closed 2 years ago
Seems like you solved it yourself on the stack overflow thread. But just to add another solution option, you can also use this command to gather and format coverage in one step:
dart pub global run coverage:test_with_coverage
it's more than possible that this is my fault and not package's fault, it's also that I have missed some breaking change, but before it worked just fine
I'm having trouble generating
coverage.lcov
runninggithub action
in a monorepo (using melos)this is the relevant part of
melos.yaml
and this is the
coverage
command that failswith these logs
is that the correct command to generate
coverage.lcov
?stackoverflow mirror
here is the whole log