File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,10 @@ branches:
2424# Operating system (build VM template)
2525image : Visual Studio 2017
2626
27+ environment :
28+ COVERALLS_REPO_TOKEN :
29+ secure : y58nAbztko+kSar3VzPnEKhC8W4mA4G0dbtsu4EzpT1G0taRabXjF+v0eggpwcTr
30+
2731# scripts that are called at very beginning, before repo cloning
2832init :
2933 # This gives the login details for the build instance so you can RDP to it.
@@ -65,6 +69,10 @@ test_script:
6569 - pip install codecov
6670 - codecov -f "test\TestResults\Test.Coverage.xml"
6771
72+ after_test : |
73+ FOR /r %%F IN (*coveralls.net.exe) DO SET coveralls_exe=%%F
74+ %coveralls_exe% --opencover test\TestResults\Test.Coverage.xml
75+
6876# ---------------------------------#
6977# deployment configuration #
7078# ---------------------------------#
You can’t perform that action at this time.
0 commit comments