We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It's not possible to generate output.html file.
When setting a step in job to that run lizard with options like bellow
- name: Run Lizzard PushButton uses: niwciu/Lizard-Runner@v3 with: path: "./src" CCN: "12" Threshold: "nloc=30" language: "cpp" verbose: "true" arguments: "4"
everything works fine (besides one warning) .
After adding to the setup above output file generation option (shown below) it fail.
- name: Run Lizzard PushButton uses: niwciu/Lizard-Runner@v3 with: path: "./src" CCN: "12" Threshold: "nloc=30" language: "cpp" verbose: "true" arguments: "4" output_file: "Lizard_report.html"
Bellow you can fin console output:
The text was updated successfully, but these errors were encountered:
closed by mistake
Sorry, something went wrong.
No branches or pull requests
It's not possible to generate output.html file.
When setting a step in job to that run lizard with options like bellow
everything works fine (besides one warning) .
After adding to the setup above output file generation option (shown below) it fail.
Bellow you can fin console output:
The text was updated successfully, but these errors were encountered: