-
Notifications
You must be signed in to change notification settings - Fork 248
Closed
Description
Add coverage metrics for the unit tests currently in CI in repo-refactor, most likely along the lines described here. If generating and viewing the code coverage output will require any additional commands from FF developers, document them in the PR.
Relevant files:
- CI workflow: https://github.com/flexflow/FlexFlow/blob/repo-refactor/.github/workflows/per-lib-check.yml
- cmake code can be found here. Try to avoid just dumping all of the cmake code in the top-level
CMakeLists.txtas it makes it impossible to read - third party dependencies (which would include any third-party cmake code) are managed via submodules in https://github.com/flexflow/FlexFlow/tree/repo-refactor/deps
Next steps:
- investigate integrating the output of code coverage with reviewable:
https://docs.reviewable.io/repositories.html?highlight=coverage#code-coverage - create a PR to https://github.com/lockshaw/proj to add a flag for coverage.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels