summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChad Tolkien <chad@sodadigital.com.au>2016-10-05 17:02:22 +1100
committerChad Tolkien <chad@sodadigital.com.au>2016-10-05 17:02:22 +1100
commit33d018ab16248b60f4829cb7be5634f7ccd951ee (patch)
treea9867ea4223e6ccf16f6744af634759c65dcb847
parent5f06f7e4dbd280083ed563e8453bee8f9bca424c (diff)
downloadTinyPNG-33d018ab16248b60f4829cb7be5634f7ccd951ee.zip
TinyPNG-33d018ab16248b60f4829cb7be5634f7ccd951ee.tar.gz
TinyPNG-33d018ab16248b60f4829cb7be5634f7ccd951ee.tar.bz2
appveyor last time!
-rw-r--r--appveyor.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml
index cb5d0fc..77964d2 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -21,12 +21,12 @@ before_test:
test_script:
- cmd: pushd
- cmd: cd .\tests\TinyPng.Tests\
-- cmd: opencover.console -target:"dotnet.exe" -targetargs:"test -c %CONFIGURATION% --no-build" -register:user -filter:"+[*]* -[xunit*]*" -output:"../../coverage.xml" -oldstyle
+- cmd: opencover.console -target:"dotnet.exe" -targetargs:"test -c %CONFIGURATION% --no-build" -register:user -filter:"+[*]* -[xunit*]*" -output:"../../coverage.xml" -oldstyle -skipautoprops
after_test:
- "SET PATH=C:\\Python34;C:\\Python34\\Scripts;%PATH%"
- pip install codecov
- cd ../..
-- codecov -f "coverage.xml"
+- codecov -f "coverage.xml" -X gcov
artifacts:
- path: artifacts\**\*.*