eclipse-iceoryx/iceoryx2

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

Ouverte

#372 ouverte le 6 sept. 2024

 (2 commentaires) (0 réaction) (0 personne assignée)Rust (172 forks)auto 404
good first issue

Métriques du dépôt

Stars
 (2 403 étoiles)
Métriques de merge PR
 (Métriques PR en attente)

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.

Guide contributeur