An open API service indexing awesome lists of open source software.

https://github.com/operable/probe

Event logging for Cog
https://github.com/operable/probe

Last synced: 9 months ago
JSON representation

Event logging for Cog

Awesome Lists containing this project

README

          

# Probe

[![Build Status](https://travis-ci.org/operable/probe.svg?branch=master)](https://travis-ci.org/operable/probe)
[![Coverage Status](https://coveralls.io/repos/github/operable/probe/badge.svg?branch=master)](https://coveralls.io/github/operable/probe?branch=master)
[![Ebert](https://ebertapp.io/github/operable/probe.svg)](https://ebertapp.io/github/operable/probe)

Event logging for [Cog](https://github.com/operable/cog).

## Build

mix do deps.get, deps.compile, compile

## Test

mix test

or, to run tests at each file change:

mix test.watch

## Documentation

mix docs && open doc/index.html

## Filing Issues

Probe issues are tracked centrally in [Cog's](https://github.com/operable/cog/issues) issue tracker.