Skip to content

Commit c29bb83

Browse files
Merge pull request codecov#65 from codecov/thomasrockhu-codecov-patch-1
Update coverage xml instructions and remove Travis
2 parents 523096d + 014eb57 commit c29bb83

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

README.md

+1-11
Original file line numberDiff line numberDiff line change
@@ -21,20 +21,10 @@ See [codecov/codecov-action](https://github.com/codecov/codecov-action) for
2121
more information, a [detailed example](https://github.com/codecov/codecov-action#example-workflowyml-with-codecov-action),
2222
and other options.
2323
24-
### Travis Setup
25-
26-
Add the following to your `.travis.yml`:
27-
```yml
28-
language:
29-
python
30-
after_success:
31-
- bash <(curl -s https://codecov.io/bash)
32-
```
33-
3424
### Produce Coverage Reports
3525
[coverage.py](https://github.com/nedbat/coveragepy) is required to collect coverage metrics.
3626
37-
Below are some examples on how to include coverage tracking during your tests. Codecov will call `coveragexml -i` automatically to generate the coverage xml output, which will be archived and processed server side.
27+
Below are some examples on how to include coverage tracking during your tests. You will need to call `coverage xml` to generate the coverage xml output, which will be archived and processed server side.
3828

3929
You may need to configure a `.coveragerc` file. Learn more [here](http://coverage.readthedocs.org/en/latest/config.html). Start with this [generic .coveragerc](https://gist.github.com/codecov-io/bf15bde2c7db1a011b6e) for example.
4030

0 commit comments

Comments
 (0)