Packages

Mix utilities for the sonar-elixir SonarQube plugin.

Current section

Files

Jump to
sonarqube lib sonarqube.ex
Raw

lib/sonarqube.ex

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