To run the dashboard web interface, please use the Dashboard Project. The bin/app.py web interface is deprecated !
https://seduceboard.readthedocs.io
First, start influxdb
influxdThen run the tests:
python3 run_tests.pyTo get the coverage:
coverage run --omit="tests/*,bin/*,misc/*" --source . run_tests.pyGet a report of the coverage
coverage report