Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

Commit

Permalink
Amend test coverage files
Browse files Browse the repository at this point in the history
Signed-off-by: Scott Ware <[email protected]>
  • Loading branch information
srware committed Jul 24, 2019
1 parent 8178010 commit 617c25e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ module.exports = function(grunt) {
nyc: {
all: {
options: {
include: ['admin/**', 'bin/**', 'lib/**', 'listeners/**'],
include: ['admin/**', 'lib/**', 'listeners/**'],
recursive: true,
reporter: ['lcov', 'text-summary'],
reportDir: 'dist/coverage',
Expand Down

0 comments on commit 617c25e

Please sign in to comment.