Skip to content

Commit

Permalink
Update test_script.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
Aragas committed Oct 9, 2019
1 parent 81f0374 commit c0e0bfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_script.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ if($isWindows)
dotnet tool install -g coveralls.net
choco install codecov

(New-Object System.Net.WebClient).DownloadFile("https://github.com/OpenCover/opencover/releases/download/4.7.922/opencover.4.7.922.zip", "$(Get-Location)/opencover.4.7.922.zip
(New-Object System.Net.WebClient).DownloadFile("https://github.com/OpenCover/opencover/releases/download/4.7.922/opencover.4.7.922.zip", "$(Get-Location)/opencover.4.7.922.zip")
Add-Type -AssemblyName System.IO.Compression.FileSystem
function Unzip
{
Expand Down

0 comments on commit c0e0bfd

Please sign in to comment.