Skip to content

Commit

Permalink
test - comment out coverage report
Browse files Browse the repository at this point in the history
  • Loading branch information
jmoalves committed Feb 14, 2024
1 parent 42b4a92 commit dcfd9ab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/test.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,9 @@ echo Running tests
@echo off

if not "a%coverOps%" == "a" (
echo.
echo Coverage report - TEXT
%myDenoExe% coverage
@REM echo.
@REM echo Coverage report - TEXT
@REM %myDenoExe% coverage

@REM echo Coverage report - LCOV
@REM %myDenoExe% coverage --lcov --output=coverage/levain.lcov
Expand Down

0 comments on commit dcfd9ab

Please sign in to comment.