Skip to content

Commit

Permalink
update read me with badges, more CI tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
clarkis117 committed Dec 12, 2016
1 parent c10ddb0 commit 4d3336b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .vs/restore.dg
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
#:C:\Users\clark\Source\Repos\Mime-Detective4\src\Mime-Detective\Mime-Detective.xproj
#:C:\Users\clark\Source\Repos\Mime-Detective4\test\Mime-Detective.Tests\Mime-Detective.Tests.xproj
C:\Users\clark\Source\Repos\Mime-Detective4\test\Mime-Detective.Tests\Mime-Detective.Tests.xproj|C:\Users\clark\Source\Repos\Mime-Detective4\src\Mime-Detective\Mime-Detective.xproj
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Mime-Detective
#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 type for files.
Expand Down
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ install:
- ps: mkdir -Force ".\build\" | Out-Null
- ps: Invoke-WebRequest "https://raw.githubusercontent.com/dotnet/cli/rel/1.0.0-preview2/scripts/obtain/dotnet-install.ps1" -OutFile ".\build\installcli.ps1"
- ps: $env:DOTNET_INSTALL_DIR = "$pwd\.dotnetcli"
- ps: '& .\build\installcli.ps1 -InstallDir "$env:DOTNET_INSTALL_DIR" -NoPath -Version 1.0.0-preview2-003131'
- ps: '& .\build\installcli.ps1 -InstallDir "$env:DOTNET_INSTALL_DIR" -NoPath -Version 1.0.0-preview2-003121'
- ps: $env:Path = "$env:DOTNET_INSTALL_DIR;$env:Path"
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 -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"
Expand Down
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"projects": [ "src", "test" ],
"sdk": {
"version": "1.0.0-preview2-003131"
"version": "1.0.0-preview2-003121"
}
}

0 comments on commit 4d3336b

Please sign in to comment.