Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use lcov.sh in PSA Crypto repo #41

Closed
davidhorstmann-arm opened this issue Sep 7, 2023 · 1 comment · Fixed by #87
Closed

Use lcov.sh in PSA Crypto repo #41

davidhorstmann-arm opened this issue Sep 7, 2023 · 1 comment · Fixed by #87
Assignees
Labels
enhancement New feature or request size-s Estimated task size: small (~2d)

Comments

@davidhorstmann-arm
Copy link
Contributor

Generating coverage data in the Mbed TLS repo is done by the script lcov.sh. In the PSA Crypto repo it is currently done inline in the lcov target in CMake.

It would be best to unify these two approaches by using the lcov.sh script in PSA Crypto. However, this script cannot be used directly in PSA Crypto as it refers to the library directory, which is unique to Mbed TLS.

This task consists of 2 parts:

  1. Modify lcov.sh so that it works in either the Mbed TLS or PSA Crypto repo.
  2. Add lcov.sh to the PSA Crypto repo and use it in the CMake lcov target.
@ronald-cron-arm
Copy link
Contributor

Done in #87

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request size-s Estimated task size: small (~2d)
Projects
Status: PSA repo Q4 - all.sh components
Development

Successfully merging a pull request may close this issue.

3 participants