Skip to content

Commit

Permalink
test: use consistent coverage settings
Browse files Browse the repository at this point in the history
  • Loading branch information
barmac authored Jul 19, 2024
1 parent 9360a40 commit 6788b8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions karma.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ module.exports = function(karma) {
} ]
].concat(coverage ? [
[ 'istanbul', {
include: [
'src/**'
exclude: [
'test/**/*'
]
} ]
] : [])
Expand Down

0 comments on commit 6788b8a

Please sign in to comment.