IN PROGRESS: add C++ websocket client API
[src/app-framework-binder.git] / coverage / README.md
1
2 How to do test coverage?
3 ========================
4
5 ```bash
6 cd coverage
7 make report
8 xdg-open report/index.html
9 ```