Exclude ext/ from coveralls coverage calculation

This commit is contained in:
Jon Parise 2016-05-25 08:42:09 -07:00
parent a5d90a015a
commit 7bf3e17e9a

5
coveralls.json Normal file
View File

@ -0,0 +1,5 @@
{
"skip_files": [
"ext"
]
}