Home
last modified time | relevance | path

Searched full:gcovr (Results 1 – 4 of 4) sorted by relevance

/petsc/lib/petsc/bin/maint/
H A Dgcov.py19 # version of gcovr JSON format that this script was tested against and knows how to write
20 # see https://gcovr.com/en/stable/output/json.html#json-output
130 raw_output = subprocess_check_output(['gcovr', '--version'])
135 … mess = 'Invalid gcovr version string, cannot determine gcovr version from:\n{}'.format(raw_output)
144 'gcovr', '-j', '4', '--root', self.petsc_dir, '--exclude-throw-branches',
153 # --html-self-contained since gcovr 5.0
156 # --decisions since gcovr 5.1
159 # gcovr 5.1 and 5.2 add an assertion that merging functions (who have the same
170 # So to work around it we monkey-patch the gcovr executable every time to disable
172 …s; import gcovr; import gcovr.merging; gcovr.merging.DEFAULT_MERGE_OPTIONS.ignore_function_lineno …
[all …]
/petsc/
H A D.gitignore191 *gcovr-report.json
192 arch-*/gcovr/*
193 *-arch/gcovr/*
H A D.gitlab-ci.yml331 gcovr --version;
359 - arch-*/arch-*-gcovr-report.json.tar.bz2
743 # gcovr does not work on arm/linux
755 # gcovr does not work on arm/linux
987 # gcovr does not work on arm/linux
1200 - gcovr --version
1211 - arch-ci-analyze-pipeline/gcovr/*
1217 path: arch-ci-analyze-pipeline/gcovr/xml/*.xml
1235 - arch-ci-analyze-pipeline/gcovr/*
1243 …b.io/-/$CI_PROJECT_NAME/-/jobs/$CI_JOB_ID/artifacts/arch-ci-analyze-pipeline/gcovr/html/report.html
[all …]
H A Dmakefile499 output_file_base_name=${PETSC_ARCH}-gcovr-report.json;\
503gcovr --json --output $${petsc_arch_dir}/$${output_file_base_name} --exclude '.*/ftn-auto/.*' --ex…