Packages

Simple mix task to run excoveralls for coverage linting

Current section

Files

Jump to
excoveralls_linter lib excoveralls_linter coverage_tool.ex
Raw

lib/excoveralls_linter/coverage_tool.ex

defmodule ExCoverallsLinter.CoverageTool do
alias ExCoverallsLinter.SourceFile
@type t :: module
@callback get_coverage() :: list(SourceFile.t())
end