From 80a2dff5e577378f27ae2e382d02bd63b3770819 Mon Sep 17 00:00:00 2001 From: Paul Craciunoiu Date: Tue, 4 Sep 2018 18:26:46 +0300 Subject: [PATCH 1/2] Update README link to docker docs --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 405d8344..af3f7438 100644 --- a/README.rst +++ b/README.rst @@ -122,7 +122,7 @@ This output is written by running the command ``coverage xml`` and states that t 1. Make sure coverage is enabled. See Enabling Coverage 2. You may need to run ``coverage combine`` before running Codecov. -3. Using Docker? Please follow this step: `Testing with Docker: Codecov Inside Docker `_. +3. Using Docker? Please follow this step: `Testing with Docker `_. Can I upload my ``.coverage`` files? ------------------------------------ From 631221122f586e667b02621ee9b0b9d8195b2e26 Mon Sep 17 00:00:00 2001 From: Paul Craciunoiu Date: Tue, 4 Sep 2018 18:28:14 +0300 Subject: [PATCH 2/2] Update README.rst --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index af3f7438..8a6a398f 100644 --- a/README.rst +++ b/README.rst @@ -122,7 +122,7 @@ This output is written by running the command ``coverage xml`` and states that t 1. Make sure coverage is enabled. See Enabling Coverage 2. You may need to run ``coverage combine`` before running Codecov. -3. Using Docker? Please follow this step: `Testing with Docker `_. +3. Using Docker? Please follow this step: `Testing with Docker: Codecov Inside Docker `_. Can I upload my ``.coverage`` files? ------------------------------------