danielpalme / ReportGenerator

ReportGenerator converts coverage reports generated by coverlet, OpenCover, dotCover, Visual Studio, NCover, Cobertura, JaCoCo, Clover, gcov or lcov into human readable reports in various formats.
https://reportgenerator.io
Apache License 2.0
2.56k stars 279 forks source link

File '' does not exist (anymore) for all files #679

Closed agray closed 1 month ago

agray commented 2 months ago

Describe the bug Version 5.3.6 and 5.3.7 is returning File '' does not exist (anymore) for all files.

To Reproduce See https://github.com/Sauceforge/Saucery/actions/runs/9730705675 and https://github.com/Sauceforge/Saucery/actions/runs/9730705675/job/26854373691

Why is this happening? It used to work.

danielpalme commented 1 month ago

I took a look at a previous execution: https://github.com/Sauceforge/Saucery/actions/runs/9730117672/job/26853064588

Here the same warnings appear (with version 5.3.6).

I think the problem is, that the step generate-report in your pipeline.yml, does not contain - uses: actions/checkout@v4

I created a PR to fix this.

agray commented 1 month ago

That did the trick. Thank you. Weird that I didn't need that step in the past.