Skip to content

Commit

Permalink
URL encoded relative path
Browse files Browse the repository at this point in the history
  • Loading branch information
sayantandey committed Mar 25, 2023
1 parent a23c294 commit 9673ece
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down Expand Up @@ -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 <DATABASE_NAME> -q <Query> -o <OUTPUT_PATH> -k <CONNECTION_STRING>
```

![](./example/Coverage Check CLI.gif)
![](./example/Coverage%20Check%20CLI.gif)

___

Expand Down

0 comments on commit 9673ece

Please sign in to comment.