Go to file
Felipe Ripoll 6a90f6da85 fixing the issue with the history 2018-05-18 10:03:39 +02:00
.circleci [#21] Introduce Dialyzer PLT caching through CI step 2018-05-15 16:22:17 +02:00
config WIP: investigate how to handle ["history", false] upon reconnect 2018-05-18 10:03:39 +02:00
issue [#28] adding the initial architecture to /issue 2018-05-16 09:22:41 -06:00
lib/poa_agent fixing the issue with the history 2018-05-18 10:03:39 +02:00
test Merge pull request #35 from poanetwork/ferigis.30.coverage_primus_transfer 2018-05-18 09:33:08 +02:00
.gitignore [#6] adding some documentation in the modules 2018-05-08 12:58:27 -06:00
LICENSE Initial commit 2018-04-24 10:13:33 -04:00
README.md [16] Document how to get coverage information in README 2018-05-15 15:17:43 +02:00
coveralls.json [#30] excluding Collector and Transfer for being covered directly 2018-05-17 09:56:43 -06:00
mix.exs WIP: investigate how to handle ["history", false] upon reconnect 2018-05-18 10:03:39 +02:00
mix.lock WIP: investigate how to handle ["history", false] upon reconnect 2018-05-18 10:03:39 +02:00

README.md

POAAgent

Coverage Status codecov

TODO: Add description

Documentation

In order to create the documentation

mix docs

Run

POAAgent is an Elixir application, in order to run it first we need to fetch the dependencies and compile it.

mix deps.get
mix deps.compile
mix compile

Run Tests

In order to run the tests we have to run the command

mix test

POAAgent comes also with a code analysis tool Credo and a types checker tool Dialyxir. In order to run them we have to run

mix credo
mix dialyzer

Coverage

To get an HTML coverage report on your own machine try env MIX_ENV=test mix coveralls.html then open cover/excoveralls.html. You can get a simple print-out with env MIX_ENV=test mix coveralls.