mirror of
https://github.com/AdaCore/gnatcoverage.git
synced 2026-02-12 12:44:55 -08:00
19-sustained
Fix Generator selector for Visual Studio 17 See merge request eng/das/cov/gnatcoverage!884 The CMake Generator for Visual Studio 17 is 'Visual Studio 17 2022' as detected by this gaia event: https://gaia.adacore.com/#/e/94844414 ``` CMake Error: Could not create named generator Visual Studio 17 Win64 Generators * Visual Studio 17 2022 = Generates Visual Studio 2022 project files. Use -A option to specify architecture. Visual Studio 16 2019 = Generates Visual Studio 2019 project files. Use -A option to specify architecture. Visual Studio 15 2017 [arch] = Generates Visual Studio 2017 project files. Optional [arch] can be "Win64" or "ARM". Visual Studio 14 2015 [arch] = Generates Visual Studio 2015 project files. Optional [arch] can be "Win64" or "ARM". Visual Studio 12 2013 [arch] = Deprecated. Generates Visual Studio 2013 project files. Optional [arch] can be "Win64" or "ARM". Visual Studio 9 2008 [arch] = Deprecated. Generates Visual Studio 2008 project files. Optional [arch] can be "Win64" or "IA64". ``` Ref: it/org/software-supply-chain/production-pipeline/issues#129
GNATcoverage
GNATcoverage is a tool to analyze and report program coverage.
Originally developed as part of the Couverture research project, GNATcoverage allows coverage analysis of both object code (instruction and branch coverage), and Ada or C language source code (Statement, Decision and Modified Condition/Decision Coverage - MC/DC).
Please refer to the dedicated README files for build instructions and for testing.
Documentation
The GNATcoverage User manual
is a Sphinx documentation and is tracked in this repository.
In order to build the HTML view, install Sphinx and run the following command
from the tools/gnatcov/ directory:
make doc.html
License
GNATcoverage is licensed under the terms of the GPLv3 (General Public License version 3). See LICENSE for more information.
Description
Languages
Ada
70.9%
Python
22.3%
C
2.2%
TeX
1.5%
Alloy
1.2%
Other
1.9%