Skip to content

Commit

Permalink
Repoint .istambul.yml to the right location (#5187)
Browse files Browse the repository at this point in the history
Never did this when I renamed the folder. `npm run cover` currently
doesn't generate a proper coverage report, this fixes it
  • Loading branch information
mistercrunch authored Jun 14, 2018
1 parent 6e37d3f commit 30111bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset/assets/.istanbul.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
verbose: true
instrumentation:
root: './javascripts'
root: './src'
extensions: ['.js', '.jsx']
excludes: [
'dist/**'
Expand Down

0 comments on commit 30111bf

Please sign in to comment.