tools/code_coverage_tools/__init__.py (19 lines of code) (raw):
# -*- coding: utf-8 -*-
COVERAGE_EXTENSIONS = [
# C
"c",
"h",
# C++
"cpp",
"cc",
"cxx",
"hh",
"hpp",
"hxx",
# JavaScript
"js",
"jsm",
"mjs",
"jsx",
"xul",
"xml",
"html",
"xhtml",
# Rust
"rs",
]