Skip to content

Commit a799c9b

Browse files
PanyushkinDPanyushkinD
authored andcommitted
Add coverage badge
1 parent b1fc5ec commit a799c9b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
Extension for EntityFramework and EntityFramework Core that provides: Expandable Extension Methods, Complex Types as JSON, Auditing, Concurrency Checks, Specifications and serializable Transacton Logs.
33

44
[![Build status](https://ci.appveyor.com/api/projects/status/85f7aqrh2plkl7yn?svg=true)](https://ci.appveyor.com/project/gnaeus/entityframework-commontools)
5+
[![codecov](https://codecov.io/gh/gnaeus/EntityFramework.CommonTools/branch/master/graph/badge.svg)](https://codecov.io/gh/gnaeus/EntityFramework.CommonTools)
56
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/gnaeus/EntityFramework.CommonTools/master/LICENSE)
67
[![NuGet version](https://img.shields.io/nuget/v/EntityFramework.CommonTools.svg)](https://www.nuget.org/packages/EntityFramework.CommonTools)
78
[![NuGet version](https://img.shields.io/nuget/v/EntityFrameworkCore.CommonTools.svg)](https://www.nuget.org/packages/EntityFrameworkCore.CommonTools)

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ after_test:
1313
- ps: |
1414
$env:PATH = 'C:\msys64\usr\bin;' + $env:PATH
1515
Invoke-WebRequest -Uri 'https://codecov.io/bash' -OutFile codecov.sh
16-
bash codecov.sh -f ".\EFCore.CommonTools.Tests\coverage.xml" -t 5a158edf-3f15-40d8-92d7-3b3dc67d079b
16+
bash codecov.sh -f "EFCore.CommonTools.Tests/coverage.xml" -t 5a158edf-3f15-40d8-92d7-3b3dc67d079b
1717
1818
cache:
1919
- '%USERPROFILE%\.nuget\packages'

0 commit comments

Comments
 (0)