Skip to content

Commit

Permalink
chore: Enabled clean=true on the cobertura test to avoid issues when
Browse files Browse the repository at this point in the history
running tests more than once now.
  • Loading branch information
bizob2828 committed May 25, 2023
1 parent 5b65511 commit 6264919
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1,162 deletions.
2 changes: 1 addition & 1 deletion test/integration.js
Expand Up @@ -608,7 +608,7 @@ beforeEach(function () {
c8Path,
'--exclude="test/*.js"',
'--temp-directory=tmp/cobertura',
'--clean=false',
'--clean=true',
'--reporter=cobertura',
`--merge-async=${mergeAsync}`,
nodePath,
Expand Down

0 comments on commit 6264919

Please sign in to comment.