With a clean clone, I can run the coverage task once but not again afterwards. Seems like its --temp artifacts argument deletes the artifacts directory. I could recompile with --force to fix this but I'm not sure whether there's a better fix (just removing the --temp arg didn't work.
With a clean clone, I can run the coverage task once but not again afterwards. Seems like its
--temp artifactsargument deletes the artifacts directory. I could recompile with--forceto fix this but I'm not sure whether there's a better fix (just removing the--temparg didn't work.