Skip to content

Commit

Permalink
update readme and cleanup appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
StefH committed Mar 21, 2017
1 parent 8ad92c6 commit d05dbf9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 11 deletions.
16 changes: 8 additions & 8 deletions README.md
@@ -1,20 +1,20 @@
# SimMetrics.Net
SimMetrics is a Similarity Metric Library, e.g. from edit distance's (Levenshtein, Gotoh, Jaro etc) to other metrics, (e.g Soundex, Chapman).

| Info |
| ---- |
| [![Build status](https://ci.appveyor.com/api/projects/status/lleh586owv1ee08l?svg=true)](https://ci.appveyor.com/project/StefH/simmetrics-net) (Appveyor) |
| [![Build Status](https://travis-ci.org/StefH/SimMetrics.Net.svg?branch=_vs2017)](https://travis-ci.org/StefH/SimMetrics.Net) (Travis) |
| [![codecov](https://codecov.io/gh/StefH/SimMetrics.Net/branch/master/graph/badge.svg)](https://codecov.io/gh/StefH/SimMetrics.Net) |
| [![Coverage Status](https://coveralls.io/repos/github/StefH/SimMetrics.Net/badge.svg?branch=master)](https://coveralls.io/github/StefH/SimMetrics.Net?branch=master) |
| [![NuGet Badge](https://buildstats.info/nuget/SimMetrics.Net)](https://www.nuget.org/packages/SimMetrics.Net) |
| | Status |
| - | ------ |
| `AppVeyor` | [![Build status](https://ci.appveyor.com/api/projects/status/lleh586owv1ee08l?svg=true)](https://ci.appveyor.com/project/StefH/simmetrics-net) |
| `Travis` | [![Build Status](https://travis-ci.org/StefH/SimMetrics.Net.svg?branch=_vs2017)](https://travis-ci.org/StefH/SimMetrics.Net) |
| `codecov.io` | [![codecov](https://codecov.io/gh/StefH/SimMetrics.Net/branch/master/graph/badge.svg)](https://codecov.io/gh/StefH/SimMetrics.Net) |
| `coveralls.io` | [![Coverage Status](https://coveralls.io/repos/github/StefH/SimMetrics.Net/badge.svg?branch=master)](https://coveralls.io/github/StefH/SimMetrics.Net?branch=master) |
| `NuGet` | [![NuGet Badge](https://buildstats.info/nuget/SimMetrics.Net)](https://www.nuget.org/packages/SimMetrics.Net) |

Supported frameworks are:

- .NET 2.0
- .NET 3.5
- .NET 4.0
- .NET 4.5 to .NET 4.6.x
- .NET 4.5 and up
- .NETStandard 1.0 to .NETStandard 1.6 (including portable, windows phone and uap)


Expand Down
3 changes: 0 additions & 3 deletions appveyor.yml
Expand Up @@ -37,9 +37,6 @@ after_test:
- pip install codecov

- cmd: '"OpenCover\tools\OpenCover.Console.exe" -target:dotnet.exe -targetargs:"test tests\SimMetrics.Net.Tests\SimMetrics.Net.Tests.csproj --configuration %CONFIGURATION% --framework netcoreapp1.1" -searchdirs:tests\SimMetrics.Net.Tests\bin\Release\netcoreapp1.1 -output:coverage.xml -register:user -filter:+[SimMetrics.Net]* -returntargetcode -oldstyle'

# - OpenCover\tools\OpenCover.Console.exe -register:user -target:"dotnet.exe" -targetargs:"test tests\SimMetrics.Net.Tests\SimMetrics.Net.Tests.csproj --configuration %CONFIGURATION% --framework netcoreapp1.1 --result=myresults.xml;format=AppVeyor" -returntargetcode -filter:"+[SimMetrics.Net]*" -excludebyattribute:*.ExcludeFromCodeCoverage* -hideskipped:All -output:coverage.xml

- codecov -f "coverage.xml"
- coveralls.net\tools\csmacnz.Coveralls.exe --opencover -i .\coverage.xml

Expand Down

0 comments on commit d05dbf9

Please sign in to comment.