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
+1-11
Original file line number
Diff line number
Diff line change
@@ -21,20 +21,10 @@ See [codecov/codecov-action](https://github.com/codecov/codecov-action) for
21
21
more information, a [detailed example](https://github.com/codecov/codecov-action#example-workflowyml-with-codecov-action),
22
22
and other options.
23
23
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
-
34
24
### Produce Coverage Reports
35
25
[coverage.py](https://github.com/nedbat/coveragepy) is required to collect coverage metrics.
36
26
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.
38
28
39
29
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.
0 commit comments