Skip to content

Commit 256f26f

Browse files
authored
Add documentation
1 parent ddfb391 commit 256f26f

1 file changed

Lines changed: 19 additions & 1 deletion

File tree

README.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,19 @@
1-
# coverage_env_plugin
1+
# coverage_env_plugin
2+
3+
Set environment variables of the environment markers
4+
5+
Enable by adding the following to coverage configuration file such as `setup.cfg`:
6+
7+
```
8+
[coverage:coverage_env_plugin]
9+
markers = True
10+
11+
[coverage:run]
12+
markers = True
13+
14+
plugins =
15+
coverage_env_plugin
16+
coverage_config_reload_plugin
17+
```
18+
19+
Depends on [`coverage_config_reload_plugin`](https://github.com/jayvdb/coverage_config_reload_plugin).

0 commit comments

Comments
 (0)