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
{{ message }}
This repository was archived by the owner on Jan 10, 2023. It is now read-only.
* Update the README format
* Update readme
* Update readme
* Fix uploads and run tests
* Fix small issues
* Add the network
* Strip env
* Update coverage format
* properly json
* Add version
* Add status checks
> In your CI Environment Variables *(not needed for [https://travis-ci.org/](https://travis-ci.org/))*
23
-
27
+
> In your CI Environment Variables
24
28
```sh
25
29
CODECOV_TOKEN="your repo token"
26
30
```
27
-
Find you repo token on your repo page at [codecov.io][1]. Repo tokens are **not** required for public repos on Travis-Ci, CircleCI, or AppVeyor CI.
31
+
Find you repo token on your repo page at [codecov.io](https://codecov.io). Repo tokens are **not** required for public repos on Travis-Ci, CircleCI, or AppVeyor CI.
1. There are known issues when `Simplecov.track_files` is enabled. We recommend that you require all code files in your tests so that Simplecov can provide Codecov with properly mapped coverage report metrics. [codecov/support#133](https://github.com/codecov/support/issues/133)
0 commit comments