README.md

# WIP: Excoverage

[![Build Status](https://travis-ci.org/RJSkorski/excoverage.svg?branch=master)](https://travis-ci.org/RJSkorski/excoverage)

A tool for calculating test coverage using ExUnit for running tests.
For now it calculates function coverage only.

To do:

  - calculating line & branch coverage
  - integration with hex.pm

## Installation

TODO:
The package can be installed by adding `excoverage` to your list of dependencies in `mix.exs`:

```elixir
def deps do
  [
    {:excoverage, "~> 0.1.0"}
  ]
end
```

## Documentation

The docs can be found at [https://hexdocs.pm/excoverage](https://hexdocs.pm/excoverage).