Bump OpenCppCoverage to 0.9.9.0

Also modified the AppVeyor script to account for changes in what
happens to PATH with the new installer.

Closes #2059
This commit is contained in:
Hannes Kaeufler
2020-10-25 19:57:51 +01:00
committed by Martin Hořeňovský
parent 40b9df567f
commit f797ae7a8f
2 changed files with 4 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
# Downloads are done from the official github release page links
$downloadUrl = "https://github.com/OpenCppCoverage/OpenCppCoverage/releases/download/release-0.9.7.0/OpenCppCoverageSetup-x64-0.9.7.0.exe"
$downloadUrl = "https://github.com/OpenCppCoverage/OpenCppCoverage/releases/download/release-0.9.9.0/OpenCppCoverageSetup-x64-0.9.9.0.exe"
$installerPath = [System.IO.Path]::Combine($Env:USERPROFILE, "Downloads", "OpenCppCoverageSetup.exe")
if(-Not (Test-Path $installerPath)) {