@@ -6,9 +6,9 @@ Codecov Global Python Uploader [ , gather them and submit them to Codecov.
7
7
8
8
## 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.
10
10
- Multiple languages are supported in a single upload and repository.
11
- - * Optionally* store environment variables per build
11
+ - * Optionally* stores environment variables per build.
12
12
13
13
14
14
## Usage
@@ -24,19 +24,23 @@ pip install --user codecov && codecov --token=<repo token>
24
24
> [ 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...
25
25
26
26
## 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:
28
31
29
32
```
30
33
[testenv]
31
34
passenv = CI TRAVIS_BUILD_ID TRAVIS TRAVIS_BRANCH TRAVIS_JOB_NUMBER TRAVIS_PULL_REQUEST TRAVIS_JOB_ID TRAVIS_REPO_SLUG TRAVIS_COMMIT
32
35
deps = codecov>=1.4.0
33
36
commands = codecov -e TOXENV
34
37
```
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 )
36
39
37
40
38
41
## Configuration
39
- > Below are most commonly used settings.
42
+
43
+ > Below are the most commonly used settings.
40
44
41
45
| Argument | Environment | Description |
42
46
| -------- | --------------- | -------------------------------------------------------------------------------------------------------------------------------------------------- |
@@ -80,7 +84,7 @@ after_success:
80
84
| [Bamboo](https://www.atlassian.com/software/bamboo) | `coming soon` | |
81
85
| [Solano Labs](https://www.solanolabs.com/) | `coming soon` | |
82
86
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:
84
88
85
89
86
90
0 commit comments