https://github.com/zfletch/coveralls_test
ExCoveralls example
https://github.com/zfletch/coveralls_test
Last synced: 4 months ago
JSON representation
ExCoveralls example
- Host: GitHub
- URL: https://github.com/zfletch/coveralls_test
- Owner: zfletch
- Created: 2017-11-09T17:00:36.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-09T17:00:52.000Z (over 8 years ago)
- Last Synced: 2025-07-03T21:43:08.740Z (12 months ago)
- Language: HTML
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CoverallsTest
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `coveralls_test` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:coveralls_test, "~> 0.1.0"}
]
end
```
Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/coveralls_test](https://hexdocs.pm/coveralls_test).