First of all, thanks for an amazing tool!
I'm running tests with coverlet in one github job, and I wanna process the artifacts of the coverage in a separate job.
Currently I have to checkout the whole repo all over again in the report generation jobs, otherwise the action fails with git ls-files error saying there's no git repo.
Is there a way to avoid failing the report generation if only the coverage files are available, but not the git repo checkout?
I wasn't able to find it in the docs.
If there's no way to do it, can you please implement an enhancement?