Skip to content

upsidefinancing/coverlet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Coverlet

Code coverage raport generator.

Installation

Add coverlet to your list of dependencies and set it as test_coverage tool in mix.exs:

defmodule MyApp.MixProject do
  use Mix.Project

  def project do
    [
      # ...
      test_coverage: [tool: Coverlet]
    ]
  end

  def deps do
    [
      {:coverlet, "~> 0.1.0", only: [:test]}
    ]
  end
end

Developing this library itself

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/coverlet.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published