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
+3-3
Original file line number
Diff line number
Diff line change
@@ -53,14 +53,14 @@ commands = codecov
53
53
```
54
54
55
55
### FAQ
56
-
- Q: What's the difference between the codecov-bash and codecov-python uploader?
56
+
- Q: What's the difference between the codecov-bash and codecov-python uploader?
57
57
A: As far as python is concerned, *nothing*. You may choose to use either uploader. Codecov recommends **using the bash uploader when possible** as it supports more unique repository setups. Learn more at [codecov/codecov-bash](https://github.com/codecov/codecov-bash>) and [codecov/codecov-python](https://github.com/codecov/codecov-python>).
58
-
- Q: Why am I seeing `No data to report`?
58
+
- Q: Why am I seeing `No data to report`?
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
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>).
63
-
- Q: Can I upload my `.coverage` files?
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