Skip to content

Commit 7105c46

Browse files
docs(README): fix indentation
1 parent 3f73e68 commit 7105c46

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -53,14 +53,14 @@ commands = codecov
5353
```
5454

5555
### 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?
5757
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`?
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.
6262
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?
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

6666
## Caveats

0 commit comments

Comments
 (0)