From 9673ece932badb126c4dd7a7855662eb69f6a522 Mon Sep 17 00:00:00 2001 From: Sayantan Dey <35377739+sayantandey@users.noreply.github.com> Date: Sat, 25 Mar 2023 11:58:58 +0530 Subject: [PATCH] URL encoded relative path --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index edd70ff..9333347 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ **SQLServerCoverage** is a tool for checking code coverage (both line and branch) of tests executed in SQL sever 2008 and above. -![](./example/Report Summary.PNG) +![](./example/Report%20Summary.PNG) ## Functionalities/Fixes added: @@ -120,7 +120,7 @@ Generate the coverage report as html. It leverages ReportGenerator to Generate I SQLServerCoverageCore -v true -c Get-CoverTSql -e Export-Html -d -q -o -k ``` -![](./example/Coverage Check CLI.gif) +![](./example/Coverage%20Check%20CLI.gif) ___