Skip to content

Commit 104e470

Browse files
authored
Added other ci services back
1 parent ba9ecbd commit 104e470

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,12 @@ after_success: |
5353
This will automatically run each executable and store the results in a
5454
different directory. Codecov will automatically find the `cobertura.xml`
5555
files that `kcov` generates and combine the results.
56+
57+
#### Other CI services
58+
- Adjust the materials in the above example as necessary for your CI.
59+
- Add CODECOV_TOKEN=<your repo token> to your CI's environment variables. (Don't store the raw token in your repo.)
60+
- Run bash <(curl -s https://codecov.io/bash) after tests complete.
61+
5662
### Produce Coverage Reports
5763

5864
Run your tests with [kcov][6] in order to create the necessary coverage

0 commit comments

Comments
 (0)