Skip to content

Commit 68a0993

Browse files
committed
:neckbeard: Push the code coverage to Coveralls
1 parent 3ae8ed7 commit 68a0993

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

appveyor.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ branches:
2424
# Operating system (build VM template)
2525
image: 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
2832
init:
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
#---------------------------------#

0 commit comments

Comments
 (0)