Skip to content

Commit

Permalink
💹 Show info logging for report generation
Browse files Browse the repository at this point in the history
  • Loading branch information
JSkimming committed May 6, 2019
1 parent 8e8e4b3 commit 7a858e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions coverage.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -77,5 +77,5 @@
EXIT /B 2
)

@echo "%report_exe%" -verbosity:Error "-reports:%coverage_results%" "-targetdir:%results_path%\Report" -reporttypes:Html
@"%report_exe%" -verbosity:Error "-reports:%coverage_results%" "-targetdir:%results_path%\Report" -reporttypes:Html
@echo "%report_exe%" -verbosity:Info "-reports:%coverage_results%" "-targetdir:%results_path%\Report" -reporttypes:Html
@"%report_exe%" -verbosity:Info "-reports:%coverage_results%" "-targetdir:%results_path%\Report" -reporttypes:Html

0 comments on commit 7a858e1

Please sign in to comment.