EXSWHTEC-223 - Update Coverage tool (#339)
- Apply clang-format on Coverage tool and add blue color for deprecated Modules
- Change color from blue to gray for deprecated modules
- Adjust the color of green
[ROCm/hip-tests commit: 0c7fa43b5e]
This commit is contained in:
@@ -36,6 +36,9 @@ class BasicAPIStats {
|
||||
float getMediumCoverageLimit() const;
|
||||
};
|
||||
|
||||
void generateXMLReportFiles(std::vector<HipAPI>& hip_apis, std::vector<HipAPIGroup>& hip_api_groups);
|
||||
void generateHTMLReportFiles(std::vector<HipAPI>& hip_apis, std::vector<HipAPIGroup>& hip_api_groups,
|
||||
std::string tests_root_directory, std::string hipApiHeaderFile, std::string hip_rtc_header_file);
|
||||
void generateXMLReportFiles(std::vector<HipAPI>& hip_apis,
|
||||
std::vector<HipAPIGroup>& hip_api_groups);
|
||||
void generateHTMLReportFiles(std::vector<HipAPI>& hip_apis,
|
||||
std::vector<HipAPIGroup>& hip_api_groups,
|
||||
std::string tests_root_directory, std::string hipApiHeaderFile,
|
||||
std::string hip_rtc_header_file);
|
||||
|
||||
Reference in New Issue
Block a user