ajrouvoet / dummy

Test results management framework
MIT License
1 stars 0 forks source link

Make coverage include more intuitive #14

Open Calavoow opened 11 years ago

Calavoow commented 11 years ago

Currently coverage collector include should be of the form

'coverage' : {
    'collector': 'dummy.honeypot.CCoverageCollector',
    'kwargs': {
        'include': ['*/turingparser.c'],
    }
}

The * before the source path is not intuitive. More ideal could be automatically prepending SRC_PATH and a wildcard. Though I'm not sure if this would be appropriate in every use case...