Skip to content

Commit 3230594

Browse files
author
Steve Peak
authored
Update README.md
1 parent 6560cbf commit 3230594

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,13 @@ You can alternatively use the environment variables:
2727

2828
> You may need to configure a `.coveragerc` file. Learn more here: http://coverage.readthedocs.org/en/latest/config.html. Start with this [generic `.coveragerc`](https://gist.github.com/codecov-io/bf15bde2c7db1a011b6e) for example.
2929
30+
We highly suggest adding `source` to your `.coveragerc` which solves a number of issues collecting coverage.
31+
32+
```
33+
[run]
34+
source=your_package_name
35+
```
36+
3037
#### unittests
3138

3239
```sh

0 commit comments

Comments
 (0)