mull-reporter

Note

Looking for help? We’ve got you covered! ❤️

Mull: mutation testing report generator

Usage: mull-reporter [OPTIONS] <SQLITE-REPORT>

Arguments:
  <SQLITE-REPORT>
          Path to the sqlite report

Options:
      --reporters <REPORTER>
          Output reporters to use, more than one can be used at the same time

          Possible values:
          - IDE:               IDE-friendly output with file:line:column format
          - SQLite:            SQLite database for offline analysis
          - GitHubAnnotations: GitHub Actions annotation format
          - Patches:           Generate patch files for each mutation
          - Elements:          Mutation Testing Elements JSON/HTML report
          - Sarif:             SARIF 2.1.0 report (Static Analysis Results Interchange Format)

      --report-dir <DIR>
          Directory for report output files

          [default: .]

      --report-name <NAME>
          Filename for the report (only for supported reporters)

      --report-patch-base <DIR>
          Base directory for patch file paths

          [default: .]

      --ide-reporter-show-killed
          Show killed mutations in IDE reporter output

      --debug
          Enable debug mode with additional diagnostic output

      --strict
          Treat warnings as fatal errors

      --allow-surviving
          Do not treat surviving mutants as an error

      --mutation-score-threshold <SCORE>
          Minimum mutation score (0-100) required for success

          [default: 100]

      --no-test-output
          Does not capture output from test runs

      --no-mutant-output
          Does not capture output from mutant runs

      --no-output
          Combines --no-test-output and --no-mutant-output

      --sqlite-busy-timeout <MS>
          SQLite reporter busy timeout in milliseconds. When the database is locked by another writer, mull will retry for this long before giving up with "database is locked"

          [default: 5000]

  -h, --help
          Print help (see a summary with '-h')

  -V, --version
          Print version