Revision 90066780 autotools/gen-coverage

b/autotools/gen-coverage
1 1
#!/bin/bash
2 2
#
3 3

  
4
# Copyright (C) 2010, 2011 Google Inc.
4
# Copyright (C) 2010, 2011, 2012 Google Inc.
5 5
#
6 6
# This program is free software; you can redistribute it and/or modify
7 7
# it under the terms of the GNU General Public License as published by
......
30 30

  
31 31
reportargs=(
32 32
  '--include=*'
33
  '--omit=test/*'
33
  '--omit=test/py/*'
34 34
  )
35 35

  
36 36
$COVERAGE erase

Also available in: Unified diff