eclipse-iceoryx/iceoryx2

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

Offen

#372 geöffnet am 06.09.2024

 (2 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Rust (172 Forks)auto 404
good first issue

Repository-Metriken

Stars
 (2.403 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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.

Contributor Guide