We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eba25e0 commit 12376b4Copy full SHA for 12376b4
share/support/ui/gnatcov.py
@@ -372,7 +372,6 @@ class GNATcovPlugin(Module):
372
X('arg').children('-P%PP'),
373
X('arg').children('--recursive'),
374
X('arg').children('%target'),
375
- X('arg').children('-c'),
376
X('arg').children('-o'),
377
X('arg').children('%O%T.trace'),
378
X('arg').children('%E'),
@@ -397,7 +396,6 @@ class GNATcovPlugin(Module):
397
396
398
399
400
401
X('arg').children('--annotate=xcov+'),
402
X('arg').children('--output-dir=%O'),
403
X('arg').children('-T'),
@@ -549,7 +547,6 @@ class GNATcovPlugin(Module):
549
547
550
548
X('arg').children('%subdirsarg'),
551
552
553
554
555
0 commit comments