Liaiss Merzougue 33ef1de61e Merge branch 'mr/fix_gnatcoverage_64bit_builds' into '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
2025-07-07 13:12:36 +02:00
2010-10-22 14:17:04 +00:00
2012-02-08 15:27:44 +00:00
2017-04-05 12:49:57 +02:00

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
No description provided
Readme 36 MiB
Languages
Ada 70.9%
Python 22.3%
C 2.2%
TeX 1.5%
Alloy 1.2%
Other 1.9%