Skip to content

Commit

Permalink
Ignore code coverage metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Kunkle committed Jan 28, 2012
1 parent ea99f06 commit 00ca40c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
@@ -1,2 +1,4 @@
node_modules/
.DS_Store
coverage.html
lib-cov/
2 changes: 1 addition & 1 deletion test/pcap-parser-test.js
Expand Up @@ -2,7 +2,7 @@ var vows = require('vows');
var assert = require('assert');
var fs = require('fs');
var path = require('path');
var pcapp = require('../index.js');
var pcapp = require('../lib/pcap-parser');

vows.describe('pcap-parser').addBatch({
'given a bad/malformed pcap file': {
Expand Down

0 comments on commit 00ca40c

Please sign in to comment.