We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba9ecbd commit 104e470Copy full SHA for 104e470
README.md
@@ -53,6 +53,12 @@ after_success: |
53
This will automatically run each executable and store the results in a
54
different directory. Codecov will automatically find the `cobertura.xml`
55
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
62
### Produce Coverage Reports
63
64
Run your tests with [kcov][6] in order to create the necessary coverage
0 commit comments