Hi all on our CI we run…

less than 1 minute read

Hi all, on our CI we run affected tests with code-coverage and we compare the coverage reports obtained with the correspondent set of reports that are generated on the current master to check if a change is increasing/decreasing the code coverage. Issue that I’m encountering: when instead of running the command the test output is read from the nx cache, the coverage reports are not generated, therefore the comparison with the correspondent set of reports run on the master branch gives ‘incorrect’ results. Do you have any advice on how to solve that on our CI?

Updated: