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
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,3 +17,5 @@ When you installed the package with the `[dev]` extras, you installed everything
17
17
## Code Coverage
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
+
21
+
In order for Codecov to work properly, you will need to make a Codecov account and activate it on your newly made repository.
0 commit comments