summaryrefslogtreecommitdiffstats
path: root/tester/covoar/ReportsHtml.h
diff options
context:
space:
mode:
authorRyan Long <ryan.long@oarcorp.com>2021-07-28 14:06:13 -0400
committerJoel Sherrill <joel@rtems.org>2021-08-03 15:56:53 -0500
commitb93e8dd9bde41a540284058c119404a42d15739f (patch)
treeb35b0edbac753b6007a01b568d1f03204393d7eb /tester/covoar/ReportsHtml.h
parentRemove SymbolsToAnalyze global variable (diff)
downloadrtems-tools-b93e8dd9bde41a540284058c119404a42d15739f.tar.bz2
Remove BranchInfoAvailable global variable
- Removed BranchInfoAvailable from app_common - Created member variable in CoverageReaderBase and ReportsBase and a function to get the value of the member variable
Diffstat (limited to 'tester/covoar/ReportsHtml.h')
-rw-r--r--tester/covoar/ReportsHtml.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/tester/covoar/ReportsHtml.h b/tester/covoar/ReportsHtml.h
index e9df060..406eefc 100644
--- a/tester/covoar/ReportsHtml.h
+++ b/tester/covoar/ReportsHtml.h
@@ -31,7 +31,8 @@ class ReportsHtml: public ReportsBase {
Coverage::Explanations& allExplanations,
const std::string& projectName,
const std::string& outputDirectory,
- const Coverage::DesiredSymbols& symbolsToAnalyze
+ const Coverage::DesiredSymbols& symbolsToAnalyze,
+ bool branchInfoAvailable
);
~ReportsHtml();