From d60894dc3fad7626a514c7d492690f9c3a917976 Mon Sep 17 00:00:00 2001 From: viciousviper Date: Mon, 15 Feb 2016 00:31:20 +0100 Subject: [PATCH] Updated opencover to version 4.6.519 Fixed reference to code analysis rules for test project Updated README.md --- Appveyor.yml | 2 +- DokanCloudFS.Tests/DokanCloudFS.Tests.csproj | 2 +- DokanCloudFS.Tests/packages.config | 2 +- README.md | 3 +++ 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/Appveyor.yml b/Appveyor.yml index ffe6280..f3b6746 100644 --- a/Appveyor.yml +++ b/Appveyor.yml @@ -48,7 +48,7 @@ test: after_test: - cmd: >- - .\packages\OpenCover.4.6.515-rc\tools\OpenCover.Console.exe -register:user -target:"C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\MSTest.exe" -targetargs:"/noresults /noisolation /testcontainer:.\DokanCloudFS.Tests\bin\%CONFIGURATION%\IgorSoft.DokanCloudFS.Tests.dll" -filter:"+[IgorSoft.DokanCloudFS*]*" -excludebyattribute:*.ExcludeFromCodeCoverage* -hideskipped:All -output:.\DokanCloudFS_coverage.xml + .\packages\OpenCover.4.6.519\tools\OpenCover.Console.exe -register:user -target:"C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\MSTest.exe" -targetargs:"/noresults /noisolation /testcontainer:.\DokanCloudFS.Tests\bin\%CONFIGURATION%\IgorSoft.DokanCloudFS.Tests.dll" -filter:"+[IgorSoft.DokanCloudFS*]*" -excludebyattribute:*.ExcludeFromCodeCoverage* -hideskipped:All -output:.\DokanCloudFS_coverage.xml SET PATH=C:\\Python34;C:\\Python34\\Scripts;%PATH% pip install codecov codecov -f .\DokanCloudFS_coverage.xml -X gcov diff --git a/DokanCloudFS.Tests/DokanCloudFS.Tests.csproj b/DokanCloudFS.Tests/DokanCloudFS.Tests.csproj index 4945182..0be4534 100644 --- a/DokanCloudFS.Tests/DokanCloudFS.Tests.csproj +++ b/DokanCloudFS.Tests/DokanCloudFS.Tests.csproj @@ -36,7 +36,7 @@ prompt 4 true - ..\..\CloudFileTools\include\TestAssemblies.ruleset + ..\TestAssemblies.ruleset diff --git a/DokanCloudFS.Tests/packages.config b/DokanCloudFS.Tests/packages.config index 431e8f2..dac6f94 100644 --- a/DokanCloudFS.Tests/packages.config +++ b/DokanCloudFS.Tests/packages.config @@ -4,6 +4,6 @@ - + \ No newline at end of file diff --git a/README.md b/README.md index 0aed0dc..7e49068 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ # DokanCloudFS **DokanCloudFS** is a virtual filesystem for various publicly accessible cloud storage services on the Microsoft Windows platform. +[![License](https://img.shields.io/github/license/mashape/apistatus.svg)](https://github.com/viciousviper/CloudFS/blob/master/LICENSE.md) +[![Release](https://img.shields.io/github/tag/viciousviper/CloudFS.svg)](https://github.com/viciousviper/CloudFS/releases) + | Branch | Build status | Code coverage | | :------ | :----------: | :-----------: | | master | [![Build status](https://ci.appveyor.com/api/projects/status/fynac58uetvtt43t/branch/master?svg=true)](https://ci.appveyor.com/project/viciousviper/dokancloudfs) | [![codecov.io](https://codecov.io/github/viciousviper/DokanCloudFS/coverage.svg?branch=master)](https://codecov.io/github/viciousviper/DokanCloudFS?branch=master) |