Lines Matching full:coverage
157 # We can't instrument code for coverage if it depends on 3rd party
160 ['coverage==0', {
965 # To enable the coverage targets, do
966 # GYP_DEFINES='coverage=1' gclient sync
967 ['coverage!=0',
970 # Coverage BUILD AND RUN.
979 'message': 'Coverage is now complete.',
997 # Coverage BUILD. Compile only; does not run the bundles.
998 # Intended as the build phase for our coverage bots.
1000 # Builds unit test bundles needed for coverage.
1003 # If you want to both build and run coverage from your IDE,
1012 # fixed on the Chrome side we won't get complete coverage from
1065 # Coverage RUN. Does not actually compile the bundles (though it
1099 }, ], # 'coverage!=0'