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

Downloaded file not found at path specified #638

Closed agray closed 8 months ago

agray commented 8 months ago

Describe the bug File downloaded that was uploaded in previous stage is not found by Report Generator

To Reproduce See: https://github.com/Sauceforge/Saucery/blob/feature/multi-stage/.github/workflows/pipeline.yml

Action Log https://github.com/Sauceforge/Saucery/actions/runs/7135601635/job/19432691336

image

Tried relative paths first and it didn't work.

Without stages relative paths do work. See: https://github.com/Sauceforge/Saucery/blob/master/.github/workflows/pipeline.yml https://github.com/Sauceforge/Saucery/actions/runs/7116235610/job/19392105396

agray commented 8 months ago

Resolved my own issue.

Solution was to download and NOT specify a path.

ReportGenerator seems to have an issue resolving paths though. Do with this as you will.