[erlang-questions] coverage tests
Caragea Silviu
silviu.cpp@REDACTED
Wed Mar 28 13:42:05 CEST 2018
Hello,
I have an app that's using a HTTP interface in order to expose the
functionality.
Also I have another project which implements functionality tests for the
first app by running all kind of HTTP requests and compare the results with
the expected one.
My question is: there is any way to generate also a coverage test report
for the app that's exposing the HTTP server ? to see how much of the code
my tests is touching ?
I looked over ct_run but most examples and user cases doesn't involve two
different apps.
Silviu
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20180328/4a377b1d/attachment.htm>
More information about the erlang-questions
mailing list