mirror of https://github.com/libp2p/cpp-libp2p.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
104 lines
3.3 KiB
104 lines
3.3 KiB
# Specify coverage rate limits (in %) for classifying file entries
|
|
# HI: hi_limit <= rate <= 100 graph color: green
|
|
# MED: med_limit <= rate < hi_limit graph color: orange
|
|
# LO: 0 <= rate < med_limit graph color: red
|
|
genhtml_hi_limit = 75
|
|
genhtml_med_limit = 50
|
|
|
|
# Width of line coverage field in source code view
|
|
genhtml_line_field_width = 12
|
|
|
|
# Width of branch coverage field in source code view
|
|
genhtml_branch_field_width = 16
|
|
|
|
# Width of overview image (used by --frames option of genhtml)
|
|
genhtml_overview_width = 80
|
|
|
|
# Resolution of overview navigation: this number specifies the maximum
|
|
# difference in lines between the position a user selected from the overview
|
|
# and the position the source code window is scrolled to (used by --frames
|
|
# option of genhtml)
|
|
genhtml_nav_resolution = 4
|
|
|
|
# Clicking a line in the overview image should show the source code view at
|
|
# a position a bit further up so that the requested line is not the first
|
|
# line in the window. This number specifies that offset in lines (used by
|
|
# --frames option of genhtml)
|
|
genhtml_nav_offset = 10
|
|
|
|
# Do not remove unused test descriptions if non-zero (same as
|
|
# --keep-descriptions option of genhtml)
|
|
genhtml_keep_descriptions = 0
|
|
|
|
# Do not remove prefix from directory names if non-zero (same as --no-prefix
|
|
# option of genhtml)
|
|
genhtml_no_prefix = 0
|
|
|
|
# Do not create source code view if non-zero (same as --no-source option of
|
|
# genhtml)
|
|
genhtml_no_source = 0
|
|
|
|
# Replace tabs with number of spaces in source view (same as --num-spaces
|
|
# option of genhtml)
|
|
genhtml_num_spaces = 2
|
|
|
|
# Highlight lines with converted-only data if non-zero (same as --highlight
|
|
# option of genhtml)
|
|
genhtml_highlight = 0
|
|
|
|
# Include color legend in HTML output if non-zero (same as --legend option of
|
|
# genhtml)
|
|
genhtml_legend = 1
|
|
|
|
# Include sorted overview pages (can be disabled by the --no-sort option of
|
|
# genhtml)
|
|
genhtml_sort = 1
|
|
|
|
# Include function coverage data display (can be disabled by the
|
|
# --no-func-coverage option of genhtml)
|
|
genhtml_function_coverage = 1
|
|
|
|
# Include branch coverage data display (can be disabled by the
|
|
# --no-branch-coverage option of genhtml)
|
|
genhtml_branch_coverage = 1
|
|
|
|
# Specify the character set of all generated HTML pages
|
|
genhtml_charset=UTF-8
|
|
|
|
# Allow HTML markup in test case description text if non-zero
|
|
genhtml_desc_html=0
|
|
|
|
# Specify if geninfo should try to automatically determine the base-directory
|
|
# when collecting coverage data.
|
|
geninfo_auto_base = 1
|
|
|
|
# Location of the insmod tool
|
|
lcov_insmod_tool = /sbin/insmod
|
|
|
|
# Location of the modprobe tool
|
|
lcov_modprobe_tool = /sbin/modprobe
|
|
|
|
# Location of the rmmod tool
|
|
lcov_rmmod_tool = /sbin/rmmod
|
|
|
|
# Location for temporary directories
|
|
lcov_tmp_dir = /tmp
|
|
|
|
# Show full paths during list operation if non-zero (same as --list-full-path
|
|
# option of lcov)
|
|
lcov_list_full_path = 0
|
|
|
|
# Specify the maximum width for list output. This value is ignored when
|
|
# lcov_list_full_path is non-zero.
|
|
lcov_list_width = 80
|
|
|
|
# Specify the maximum percentage of file names which may be truncated when
|
|
# choosing a directory prefix in list output. This value is ignored when
|
|
# lcov_list_full_path is non-zero.
|
|
lcov_list_truncate_max = 20
|
|
|
|
# Specify if function coverage data should be collected and processed.
|
|
lcov_function_coverage = 1
|
|
|
|
# Specify if branch coverage data should be collected and processed.
|
|
lcov_branch_coverage = 1
|
|
|