eclipse-iceoryx/iceoryx2

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

Aberta

#372 aberto em 6 de set. de 2024

 (2 comentários) (0 reação) (0 responsável)Rust (172 forks)auto 404
good first issue

Métricas do repositório

Stars
 (2.403 estrelas)
Métricas de merge de PR
 (Mesclagem média 1d 11h) (53 fundiu PRs em 30d)

Description

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.

Guia do colaborador