Skip to content

Commit

Permalink
Add CSS file and option to use it (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
rhcu authored and marco-c committed Jul 4, 2018
1 parent 7e4218a commit cd9e5b0
Show file tree
Hide file tree
Showing 2 changed files with 520 additions and 1 deletion.
2 changes: 1 addition & 1 deletion generatehtml.py
Expand Up @@ -58,4 +58,4 @@ def generate_html(data_folder):
file_obj.close()

codecoverage.download_genhtml()
codecoverage.generate_html_report('mozilla-central', os.path.join(os.getcwd(), '{}/output.info'.format(data_folder)), os.path.join(os.getcwd(), '{}/report'.format(data_folder)))
codecoverage.generate_html_report('mozilla-central', os.path.join(os.getcwd(), '{}/output.info'.format(data_folder)), os.path.join(os.getcwd(), '{}/report'.format(data_folder)), style_file=os.path.join(os.getcwd(), 'style.css'))

0 comments on commit cd9e5b0

Please sign in to comment.