Coverage for tools / sel_tools / utils / config.py: 100%
3 statements
« prev ^ index » next coverage.py v7.13.1, created at 2026-01-05 19:13 +0000
« prev ^ index » next coverage.py v7.13.1, created at 2026-01-05 19:13 +0000
1"""Utils config."""
3CMAKE_FILE_ENDING = ".cmake"
4CMAKELISTS_FILE_NAME = "CMakeLists.txt"
5CPP_FILE_ENDINGS = [".cpp", ".h", ".hpp"]