# `mix six.html`
[🔗](https://github.com/typicalpixel/six/blob/v0.1.0/lib/mix/tasks/six.html.ex#L1)

Generates an HTML coverage report at `.six/coverage.html`.

    mix six.html [options] [-- test_args]

## Options

  * `--output-dir DIR` - Output directory (default: .six/)
  * `--open` - Open the report in the default browser after generation

---

*Consult [api-reference.md](api-reference.md) for complete listing*
