eclipse-iceoryx/iceoryx2

Adjust `internal/scripts/generate-coverage.sh` to use source-coverage

开放

#372 创建于 2024年9月6日

 (2 条评论) (0 个反应) (0 位负责人)Rust (172 个派生)auto 404
good first issue

仓库指标

星标
 (2,403 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

Brief feature description

The current code coverage script is not yet perfectly configured to generate a branch coverage report. Follow the documentation from:

To adjust the script so that it generates a coverage report

  • for the whole iceoryx2 workspace
  • for every component individually, via CLI arguments
  • for the C and C++ language bindings.

贡献者指南