defmodule SonarQube do @moduledoc """ SonarQube integration tools for Elixir projects. Converts Elixir test coverage data into formats compatible with SonarQube analysis. See the [README](README.md) for installation and usage instructions. """ end