From b7e4ac50ed268ee6f88b19157229ffdbb7faf1a8 Mon Sep 17 00:00:00 2001 From: Joshua Clark Date: Mon, 12 Dec 2016 12:14:47 -0500 Subject: [PATCH 1/6] fixed read me, removed line, add codecov badge --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 24c8272..b218c43 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,4 @@ -#Mime-Detective [![Build status](https://ci.appveyor.com/api/projects/status/38ve0bl4kvme82gw?svg=true)](https://ci.appveyor.com/project/clarkis117/mime-detective) [![NuGet](https://img.shields.io/nuget/v/Nuget.Core.svg)](https://www.nuget.org/packages/Mime-Detective/) [![NuGet](https://img.shields.io/nuget/v/Nuget.Core.svg)](https://www.nuget.org/packages/Mime-Detective/) -============== +#Mime-Detective [![Build status](https://ci.appveyor.com/api/projects/status/38ve0bl4kvme82gw?svg=true)](https://ci.appveyor.com/project/clarkis117/mime-detective) [![codecov](https://codecov.io/gh/clarkis117/Mime-Detective/branch/master/graph/badge.svg)](https://codecov.io/gh/clarkis117/Mime-Detective) [![NuGet](https://img.shields.io/nuget/v/Nuget.Core.svg)](https://www.nuget.org/packages/Mime-Detective/) Mime type for files. From 4fc0c44ef3620623129bb22748d02c1cafd0c9f0 Mon Sep 17 00:00:00 2001 From: Joshua Clark Date: Mon, 12 Dec 2016 12:18:17 -0500 Subject: [PATCH 2/6] fixed nuget badge to display correct version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b218c43..c12eb20 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -#Mime-Detective [![Build status](https://ci.appveyor.com/api/projects/status/38ve0bl4kvme82gw?svg=true)](https://ci.appveyor.com/project/clarkis117/mime-detective) [![codecov](https://codecov.io/gh/clarkis117/Mime-Detective/branch/master/graph/badge.svg)](https://codecov.io/gh/clarkis117/Mime-Detective) [![NuGet](https://img.shields.io/nuget/v/Nuget.Core.svg)](https://www.nuget.org/packages/Mime-Detective/) +#Mime-Detective [![Build status](https://ci.appveyor.com/api/projects/status/38ve0bl4kvme82gw?svg=true)](https://ci.appveyor.com/project/clarkis117/mime-detective) [![codecov](https://codecov.io/gh/clarkis117/Mime-Detective/branch/master/graph/badge.svg)](https://codecov.io/gh/clarkis117/Mime-Detective) [![NuGet](http://img.shields.io/nuget/v/Mime-Detective.svg?style=flat)](https://www.nuget.org/packages/Mime-Detective/) Mime type for files. From 895344bc15e637b850fa40b78d616daebfde184f Mon Sep 17 00:00:00 2001 From: Joshua Clark Date: Tue, 13 Dec 2016 09:29:45 -0500 Subject: [PATCH 3/6] fixing codecov integration, i.e. code test coverage --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 89003c4..4615eae 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -13,7 +13,7 @@ build_script: - ps: ./Build.ps1 test_script: - nuget.exe install OpenCover -ExcludeVersion - - OpenCover\tools\OpenCover.Console.exe -register:user -filter:"+[Mime-Detective]*" -target:"dotnet.exe" "-targetargs:test .\test\Mime-Detective.Tests" -returntargetcode -hideskipped:All -output:coverage.xml + - OpenCover\tools\OpenCover.Console.exe -register:user -target:"dotnet.exe" "-targetargs:test .\test\Mime-Detective.Tests" -returntargetcode -hideskipped:All -output:coverage.xml - "SET PATH=C:\\Python34;C:\\Python34\\Scripts;%PATH%" - pip install codecov - codecov -f "coverage.xml" @@ -32,4 +32,4 @@ deploy: artifact: /Mime-Detective.*\.nupkg/ tag: v$(appveyor_build_version) on: - branch: master \ No newline at end of file + branch: master From 4268e80b18f50a6a71f9aa77c64a28d0a5dac0a4 Mon Sep 17 00:00:00 2001 From: Joshua Clark Date: Tue, 13 Dec 2016 09:35:40 -0500 Subject: [PATCH 4/6] another attempt at fixing code coverage --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 4615eae..201083d 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -13,7 +13,7 @@ build_script: - ps: ./Build.ps1 test_script: - nuget.exe install OpenCover -ExcludeVersion - - OpenCover\tools\OpenCover.Console.exe -register:user -target:"dotnet.exe" "-targetargs:test .\test\Mime-Detective.Tests" -returntargetcode -hideskipped:All -output:coverage.xml + - OpenCover\tools\OpenCover.Console.exe -register:user -filter:"+[Mime]*" -target:"dotnet.exe" "-targetargs:test .\test\Mime-Detective.Tests" -returntargetcode -hideskipped:All -output:coverage.xml - "SET PATH=C:\\Python34;C:\\Python34\\Scripts;%PATH%" - pip install codecov - codecov -f "coverage.xml" From e47321f927ab227b148d177025a47bf213b146b8 Mon Sep 17 00:00:00 2001 From: Joshua Clark Date: Tue, 13 Dec 2016 09:48:27 -0500 Subject: [PATCH 5/6] another attempt at fixing open cover --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 201083d..1fbae7e 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -13,7 +13,7 @@ build_script: - ps: ./Build.ps1 test_script: - nuget.exe install OpenCover -ExcludeVersion - - OpenCover\tools\OpenCover.Console.exe -register:user -filter:"+[Mime]*" -target:"dotnet.exe" "-targetargs:test .\test\Mime-Detective.Tests" -returntargetcode -hideskipped:All -output:coverage.xml + - OpenCover\tools\OpenCover.Console.exe -register:user -filter:"+[Mime-Detective]*" -target:"dotnet.exe" "-targetargs:test .\test\Mime-Detective.Tests" -returntargetcode -hideskipped:All -output:coverage.xml - "SET PATH=C:\\Python34;C:\\Python34\\Scripts;%PATH%" - pip install codecov - codecov -f "coverage.xml" From 0358590af34b75efccaef628fba3f134571db1f0 Mon Sep 17 00:00:00 2001 From: Joshua Clark Date: Tue, 13 Dec 2016 10:01:03 -0500 Subject: [PATCH 6/6] another attempt at fixing code coverage --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 1fbae7e..011c8e9 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -13,7 +13,7 @@ build_script: - ps: ./Build.ps1 test_script: - nuget.exe install OpenCover -ExcludeVersion - - OpenCover\tools\OpenCover.Console.exe -register:user -filter:"+[Mime-Detective]*" -target:"dotnet.exe" "-targetargs:test .\test\Mime-Detective.Tests" -returntargetcode -hideskipped:All -output:coverage.xml + - OpenCover\tools\OpenCover.Console.exe -register -filter:"+[Mime-Detective]*" -target:"dotnet.exe" "-targetargs:test .\test\Mime-Detective.Tests" -returntargetcode -hideskipped:All -output:"coverage.xml" - "SET PATH=C:\\Python34;C:\\Python34\\Scripts;%PATH%" - pip install codecov - codecov -f "coverage.xml"