Skip to content

Commit

Permalink
👌 IMPROVE: Don't track code coverage on .tmp dir
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelborn committed Aug 3, 2023
1 parent f026dde commit 5874aae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/runner.cfm
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<cfparam name="url.coverageEnabled" default="true">
<cfparam name="url.coveragePathToCapture" default="#expandPath( '/docbox' )#">
<cfparam name="url.coverageWhitelist" default="">
<cfparam name="url.coverageBlacklist" default="/testbox,/coldbox,/tests,/modules,Application.cfc,/index.cfm,.engine">
<cfparam name="url.coverageBlacklist" default="/testbox,/coldbox,/tests,/modules,Application.cfc,/index.cfm,.engine,.tmp">
<cfparam name="url.coverageBrowserOutputDir" default="#expandPath( '/tests/results/coverageReport' )#">
<!---<cfparam name="url.coverageSonarQubeXMLOutputPath" default="#expandPath( '/tests/results/SonarQubeCoverage.xml' )#">--->

Expand Down

0 comments on commit 5874aae

Please sign in to comment.