eclipse-iceoryx/iceoryx2

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

オープン

#372 opened on 2024/09/06

 (2 件のコメント) (0 件のリアクション) (0 人の担当者)Rust (172 件のフォーク)auto 404
good first issue

Repository metrics

Stars
 (2,403 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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.

コントリビューターガイド