https://github.com/jayvdb/coverage_env_plugin
Coverage environment variable plugin
https://github.com/jayvdb/coverage_env_plugin
coveragepy environment-markers environment-variables
Last synced: about 1 year ago
JSON representation
Coverage environment variable plugin
- Host: GitHub
- URL: https://github.com/jayvdb/coverage_env_plugin
- Owner: jayvdb
- License: mit
- Created: 2017-06-07T02:55:57.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2021-10-27T00:42:42.000Z (over 4 years ago)
- Last Synced: 2024-04-25T11:20:33.563Z (about 2 years ago)
- Topics: coveragepy, environment-markers, environment-variables
- Language: Python
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# coverage_env_plugin
Set environment variables of the environment markers
Enable by adding the following to coverage configuration file such as `setup.cfg`:
```
[coverage:coverage_env_plugin]
markers = True
[coverage:run]
markers = True
plugins =
coverage_env_plugin
coverage_config_reload_plugin
```
Depends on [`coverage_config_reload_plugin`](https://github.com/jayvdb/coverage_config_reload_plugin).