fix: updated filepath to sample-report#148
Conversation
|
Actually, in this commit the name was changed to lowercase. So I guess the file name should be changed to match the However, the mixed-case file name is mentioned in a PowerShell script: monkey365/core/html/Invoke-HtmlReport.ps1 Line 94 in a057d2b So I guess this would be overwritten later on with mixed-case again. So maybe the PowerShell file should also be changed to keep all of the names lowercase? Perhaps, I've jumped the gun with this one yet again 👀 and opened another can of worms. |
|
Either the scripts have to output monkey365/core/html/Invoke-HtmlReport.ps1 Line 94 in a057d2b |
|
Hey, thank you both for catching that! it's really appreciated. I'll review it asap and will merge with the main/dev branch. Additionally I'll review the code to lower as much as possible all outputs and/or to add toLower()/toUpper() utilities to maintain support across Windows/Linux. Thanks! |
Context
Mentioned in #147:
Description
PR fixes the link. Thank you @kamilkrzyskow ❤️
License
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.