Skip to content

Commit

Permalink
Use upstream lcov-reporter.js
Browse files Browse the repository at this point in the history
  • Loading branch information
danvk committed Feb 26, 2015
1 parent e8d83f5 commit c0213e0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 46 deletions.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ module.exports = function(grunt) {
cov: {
src: ['test/coverage.html'],
options: {
reporter: 'test/lcov-reporter.js',
reporter: 'node_modules/mocha-lcov-reporter/lib/lcov.js',
output: 'build/bundled.lcov'
}
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"grunt-mocha-test": "^0.12.7",
"lcov-parse": "0.0.9",
"mocha": "^2.1.0",
"mocha-lcov-reporter": "0.0.1",
"mocha-lcov-reporter": ">=0.0.2",
"parse-data-uri": "^0.2.0",
"react-tools": "^0.12.2",
"reactify": "^1.0.0",
Expand Down
44 changes: 0 additions & 44 deletions test/lcov-reporter.js

This file was deleted.

0 comments on commit c0213e0

Please sign in to comment.