Skip to content

Commit

Permalink
Merge pull request #13052 from milljm/code-coverage-13050
Browse files Browse the repository at this point in the history
Include header_symlinks
  • Loading branch information
permcody committed Mar 14, 2019
2 parents 438be6d + a587932 commit 2bc94c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions framework/scripts/build_coverage.py
Expand Up @@ -69,6 +69,7 @@ def buildCMD(options):
'--gcov-tool', options.cov_tool,
'--extract', os.getcwd() + '/combined.info', '*' + options.application[0] + '/src*',
'--extract', os.getcwd() + '/combined.info', '*' + options.application[0] + '/include*',
'--extract', os.getcwd() + '/combined.info', '*' + options.application[0] + '/build/header_symlinks*',
'--output-file', options.outfile ])

# Build genhtml command if --generate-html was used
Expand Down

0 comments on commit 2bc94c4

Please sign in to comment.