Skip to content

Commit 3235bf2

Browse files
docs(README): fix "Testing with Docker" URL
1 parent 28873e2 commit 3235bf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ commands = codecov
5959
A: This output is written by running the command `coverage xml` and states that there were no `.coverage` files found.
6060
1. Make sure coverage is enabled. See Enabling Coverage
6161
2. You may need to run `coverage combine` before running Codecov.
62-
3. Using Docker? Please follow this step: [Testing with Docker: Codecov Inside Docker](https://github.com/codecov/support/wiki/Testing-with-Docker#codecov-inside-docker).
62+
3. Using Docker? Please follow this step: [Testing with Docker: Codecov Inside Docker](https://docs.codecov.io/docs/testing-with-docker#codecov-inside-docker).
6363
- Q: Can I upload my `.coverage` files?
6464
A: **No**, these files contain coverage data but are not properly mapped back to the source code. We rely on `coveragepy` to handle this by calling `coverage xml` in the uploader.
6565

0 commit comments

Comments
 (0)