Framework Mode - Test coverage metrics
Folder Structure for Test Coverage Metrics
test-coverage-metrics-project/ ├── src/ │ └── main_code/ # Application source code ├── tests/ # Automated test scripts │ ├── unit/ # Unit tests │ ├── integration/ # Integration tests │ └── e2e/ # End-to-end tests ├── coverage-reports/ # Generated coverage reports ├── tools/ # Coverage tools and scripts ├── config/ # Configuration files for coverage tools ├── README.md └── run-tests.sh # Script to run tests with coverage