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: docs/example_docs/code/tests.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,4 +18,4 @@ When you installed the package with the `[dev]` extras, you installed everything
18
18
19
19
The `/.codecov.yml` file is a configuration file for [Codecov](https://codecov.io/), which will tell you the fraction of lines covered by your test suite if the GitHub integration is enabled.
20
20
21
-
In order for Codecov to work properly, you will need to make a Codecov account and activate it on your newly made repository.
21
+
In order for Codecov to work properly, you will need to make a Codecov account and activate it on your newly made repository. You will also need to add the `CODECOV_TOKEN`[secret](https://docs.codecov.com/docs/adding-the-codecov-token) to your repository.
0 commit comments