Skip to content

Commit

Permalink
Fixed the coverage script.
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
dlebansais committed Dec 30, 2019
1 parent cfaab4f commit 67b6db5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coverage.bat
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ start cmd /c .\coverage\stop_winappdriver.bat

call .\coverage\restore.bat

call ..\Certifications\set_tokens.bat
call ..\Certification\set_tokens.bat
if exist .\CAcertInstall\obj\x64\Debug\Coverage-CAcertInstall-Debug_coverage.xml .\packages\Codecov.1.9.0\tools\codecov -f ".\CAcertInstall\obj\x64\Debug\Coverage-CAcertInstall-Debug_coverage.xml" -t "%CACERTINSTALL_CODECOV_TOKEN%"
goto end

Expand Down

0 comments on commit 67b6db5

Please sign in to comment.