Skip to content

Commit ea83485

Browse files
author
Steve Peak
committed
Merge pull request codecov#51 from akx/patch-1
README: Fix some typos/grammatical errors
2 parents 4525409 + 44de486 commit ea83485

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

README.md

+10-6
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ Codecov Global Python Uploader [![codecov.io](https://codecov.io/github/codecov/
66
Find coverage reports for all the [languages below](#languages), gather them and submit them to Codecov.
77

88
## Codecov Features
9-
- Reports are **automatically** combined with no extra setup. Each build is store, seperately and combined.
9+
- Reports are **automatically** combined with no extra setup. Each build is stored separately and combined.
1010
- Multiple languages are supported in a single upload and repository.
11-
- *Optionally* store environment variables per build
11+
- *Optionally* stores environment variables per build.
1212

1313

1414
## Usage
@@ -24,19 +24,23 @@ pip install --user codecov && codecov --token=<repo token>
2424
> [PHP](https://github.com/codecov/example-php), [R](https://github.com/codecov/example-r), [Scala](https://github.com/codecov/example-scala), [Xtern](https://github.com/codecov/example-xtend), [Xcode](https://github.com/codecov/example-xcode), [Lua](https://github.com/codecov/example-lua) and more...
2525
2626
## Using `tox`?
27-
Codecov can be ran from inside your `tox.ini` please make sure you pass all the necessary environment variables through:
27+
28+
Codecov can be set up in your `tox.ini`.
29+
30+
Just please make sure to pass all the necessary environment variables through:
2831

2932
```
3033
[testenv]
3134
passenv = CI TRAVIS_BUILD_ID TRAVIS TRAVIS_BRANCH TRAVIS_JOB_NUMBER TRAVIS_PULL_REQUEST TRAVIS_JOB_ID TRAVIS_REPO_SLUG TRAVIS_COMMIT
3235
deps = codecov>=1.4.0
3336
commands = codecov -e TOXENV
3437
```
35-
> See all the environment variable for other CI providers [here](https://github.com/codecov/codecov-python/blob/master/codecov/__init__.py#L260-L430)
38+
> See all the environment variables for other CI providers [here](https://github.com/codecov/codecov-python/blob/master/codecov/__init__.py#L260-L430)
3639
3740

3841
## Configuration
39-
> Below are most commonly used settings.
42+
43+
> Below are the most commonly used settings.
4044
4145
| Argument | Environment | Description |
4246
| -------- | --------------- | -------------------------------------------------------------------------------------------------------------------------------------------------- |
@@ -80,7 +84,7 @@ after_success:
8084
| [Bamboo](https://www.atlassian.com/software/bamboo) | `coming soon` | |
8185
| [Solano Labs](https://www.solanolabs.com/) | `coming soon` | |
8286

83-
> Using **Travis CI**? Uploader is compatable with `sudo: false` which can speed up your builds. :+1:
87+
> Using **Travis CI**? Uploader is compatible with `sudo: false` which can speed up your builds. :+1:
8488

8589

8690

0 commit comments

Comments
 (0)