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
- Host: GitHub
- URL: https://github.com/operable/probe
- Owner: operable
- License: other
- Created: 2016-01-13T15:53:05.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-09-26T19:48:08.000Z (over 8 years ago)
- Last Synced: 2025-01-06T15:50:05.667Z (about 1 year ago)
- Language: Elixir
- Size: 34.2 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Probe
[](https://travis-ci.org/operable/probe)
[](https://coveralls.io/github/operable/probe?branch=master)
[](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.