Skip to content
New issue

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

when set Output file option runner fail #2

Open
niwciu opened this issue Aug 9, 2024 · 1 comment
Open

when set Output file option runner fail #2

niwciu opened this issue Aug 9, 2024 · 1 comment

Comments

@niwciu
Copy link

niwciu commented Aug 9, 2024

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) .
obraz

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:

obraz

@niwciu niwciu closed this as completed Aug 9, 2024
@niwciu niwciu reopened this Aug 9, 2024
@niwciu
Copy link
Author

niwciu commented Aug 9, 2024

closed by mistake

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant