Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Toub <stoub@microsoft.com>2017-03-12 15:18:39 +0300
committerGitHub <noreply@github.com>2017-03-12 15:18:39 +0300
commitc7b647db6602212786bd36161b0ee53e926d4259 (patch)
tree6c9849803b692b5c772ce3c260960e6b26a4e02b /Documentation
parentd440ba35d0b32e55f48fca2565222a9b45276791 (diff)
Fix code coverage badge link in coverage readme
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/building/code-coverage.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/Documentation/building/code-coverage.md b/Documentation/building/code-coverage.md
index 2b19d0f635..76ec69a5f2 100644
--- a/Documentation/building/code-coverage.md
+++ b/Documentation/building/code-coverage.md
@@ -1,9 +1,7 @@
Code Coverage
=============
-"Code coverage" is a measure that indicates how much of our library code is exercised by our test suites. We measure code coverage using the [OpenCover](https://github.com/opencover/opencover), and a report of our latest code coverage results can be seen by clicking the coverage badge on the [CoreFX home page](https://github.com/dotnet/corefx):
-
-[![Coverage status](https://img.shields.io/badge/coverage-report-blue.svg)](http://dotnet-ci.cloudapp.net/job/dotnet_corefx_coverage_windows/lastBuild/Code_Coverage_Report/)
+"Code coverage" is a measure that indicates how much of our library code is exercised by our test suites. We measure code coverage using the [OpenCover](https://github.com/opencover/opencover), and a report of our latest code coverage results can be seen by clicking the coverage badge on the [CoreFX home page](https://github.com/dotnet/corefx), linking to the latest [Coverage Report](https://ci.dot.net/job/dotnet_corefx/job/master/job/code_coverage_windows/Code_Coverage_Report/).
This report shows each library currently being tested with code coverage and provides statistics around the quality of the code coverage for the library. It also provides a line-by-line breakdown of what lines are being covered and what lines are not.