opensafely-actions / cohort-report

Cohort-report generates a report for each variable in an input file
MIT License
0 stars 0 forks source link

Pass file name to report #62

Closed iaindillingham closed 2 years ago

iaindillingham commented 2 years ago

The graph property is used to create an image tag in the report. When this property is a relative file path, it is interpreted as being relative to the report, which is incorrect. We change it to a file name, so the image is correctly located within the same directory as the report.

Fixes #54