Skip to content

Commit 0ca5a1e

Browse files
authored
Merge pull request travitch#50 from delcypher/support_additional_coverage_flag
Support the `--coverage` flag
2 parents ff0230f + 813bbcd commit 0ca5a1e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

driver/utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,7 @@ def __init__(self, inputList, exactMatches={}, patternMatches={}):
204204
# Code coverage instrumentation
205205
'-fprofile-arcs' : (0, ArgumentListFilter.compileLinkUnaryCallback),
206206
'-coverage' : (0, ArgumentListFilter.compileLinkUnaryCallback),
207+
'--coverage' : (0, ArgumentListFilter.compileLinkUnaryCallback),
207208

208209
#
209210
# BD: need to warn the darwin user that these flags will rain on their parade

0 commit comments

Comments
 (0)