We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddfb391 commit 256f26fCopy full SHA for 256f26f
1 file changed
README.md
@@ -1 +1,19 @@
1
-# coverage_env_plugin
+# 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
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