Fraunhofer-IIS / libjapi

libjapi is a universal JSON to C API library. It receives newline-delimited JSON (NDJSON) messages via TCP and calls registered C functions. A JSON response is returned for each request. Furthermore, it is also possible to create push services, which asynchronously push JSON messages to the clients subscribed to them.
MIT License
3 stars 1 forks source link

Collect code coverage #118

Closed jannismain closed 1 year ago

jannismain commented 1 year ago

It might be useful to collect and display code coverage info for libjapi.

vornkat-iis commented 1 year ago

Coverage report is built for master branch in GitHub Actions. Report is published to Pages. See https://fraunhofer-iis.github.io/libjapi/coverage/index.html