eclipse-iceoryx/iceoryx2

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

Aperta

#372 aperta il 6 set 2024

 (2 commenti) (0 reazioni) (0 assegnatari)Rust (172 fork)auto 404
good first issue

Metriche repository

Star
 (2403 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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.

Guida contributor