File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- ** Mono & .NET Core:** | ** .NET 4.5 & .NET Core:** | ** NuGet** | ** Coveralls** | ** Codecov**
2- ------------ | ------------- | ------------- | ------------- | -------------
3- | [ ![ Build Status] ( https://travis-ci.org/PCLExt/PCLExt.FileStorage.svg?branch=master )] ( https://travis-ci.org/PCLExt/PCLExt.FileStorage ) | [ ![ Build status] ( https://ci.appveyor.com/api/projects/status/puku2ym0k1n7ryde?svg=true )] ( https://ci.appveyor.com/project/Aragas/pclext-filestorage ) [ ![ AppVeyor tests] ( https://img.shields.io/appveyor/tests/Aragas/pclext-filestorage.svg )] ( ) | [ ![ NuGet] ( https://img.shields.io/nuget/v/PCLExt.FileStorage.svg )] ( https://www.nuget.org/packages/PCLExt.FileStorage/ ) | [ ![ Coverage Status] ( https://coveralls.io/repos/github/PCLExt/PCLExt.FileStorage/badge.svg?branch=master )] ( https://coveralls.io/github/PCLExt/PCLExt.FileStorage?branch=master ) | [ ![ codecov] ( https://codecov.io/gh/PCLExt/PCLExt.FileStorage/branch/master/graph/badge.svg )] ( https://codecov.io/gh/PCLExt/PCLExt.FileStorage )
1+ ** Mono & .NET Core:** | ** .NET 4.5 & .NET Core:** | ** NuGet** |** NuGet devel ** | ** Coveralls** | ** Codecov**
2+ ------------ | ------------- | ------------- | ------------- | ------------- | -------------
3+ | [ ![ Build Status] ( https://travis-ci.org/PCLExt/PCLExt.FileStorage.svg?branch=master )] ( https://travis-ci.org/PCLExt/PCLExt.FileStorage ) | [ ![ Build status] ( https://ci.appveyor.com/api/projects/status/puku2ym0k1n7ryde?svg=true )] ( https://ci.appveyor.com/project/Aragas/pclext-filestorage ) [ ![ AppVeyor tests] ( https://img.shields.io/appveyor/tests/Aragas/pclext-filestorage.svg )] ( ) | [ ![ NuGet] ( https://img.shields.io/nuget/v/PCLExt.FileStorage.svg )] ( https://www.nuget.org/packages/PCLExt.FileStorage/ ) | [ ![ NuGet devel ] ( https://img.shields.io/nuget/v/PCLExt.FileStorage-devel.svg )] ( https://www.nuget.org/packages/PCLExt.FileStorage-devel/ ) | [ ![ Coverage Status] ( https://coveralls.io/repos/github/PCLExt/PCLExt.FileStorage/badge.svg?branch=master )] ( https://coveralls.io/github/PCLExt/PCLExt.FileStorage?branch=master ) | [ ![ codecov] ( https://codecov.io/gh/PCLExt/PCLExt.FileStorage/branch/master/graph/badge.svg )] ( https://codecov.io/gh/PCLExt/PCLExt.FileStorage )
44
55# PCLExt.FileStorage
66
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ CD test\PCLExt.FileStorage.Core.Test
66dotnet add package coverlet.msbuild
77dotnet test / p:CollectCoverage= true / p:CoverletOutputFormat= opencover / p:Exclude= [NUnit * ]*
88csmacnz.coveralls -- opencover - i coverage.opencover.xml -- repoToken $env: COVERALLS_REPO_TOKEN
9- codecov -f coverage_netfx .xml
9+ codecov -f coverage.opencover .xml
1010
1111# PCLExt.FileStorage.NetFX.Test
1212CD $env: APPVEYOR_BUILD_FOLDER
You can’t perform that action at this time.
0 commit comments