File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -128,15 +128,21 @@ examine it.
128
128
Limitations
129
129
===========
130
130
131
- For distributed testing the workers must have the pytest-cov package installed. This is needed since
131
+ For distributed testing the workers must have the pytest-cov package installed. This is needed since
132
132
the plugin must be registered through setuptools for pytest to start the plugin on the
133
133
worker.
134
134
135
135
For subprocess measurement environment variables must make it from the main process to the
136
- subprocess. The python used by the subprocess must have pytest-cov installed. The subprocess must
136
+ subprocess. The python used by the subprocess must have pytest-cov installed. The subprocess must
137
137
do normal site initialisation so that the environment variables can be detected and coverage
138
- started.
138
+ started. See the `subprocess support docs <https://pytest-cov.readthedocs.io/en/latest/subprocess-support.html >`_
139
+ for more details of how this works.
139
140
141
+ Security
142
+ ========
143
+
144
+ To report a security vulnerability please use the `Tidelift security contact <https://tidelift.com/security >`_.
145
+ Tidelift will coordinate the fix and disclosure.
140
146
141
147
Acknowledgements
142
148
================
You can’t perform that action at this time.
0 commit comments