You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -59,7 +59,7 @@ commands = codecov
59
59
A: This output is written by running the command `coverage xml` and states that there were no `.coverage` files found.
60
60
1. Make sure coverage is enabled. See Enabling Coverage
61
61
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).
63
63
- Q: Can I upload my `.coverage` files?
64
64
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.
0 commit comments