File tree Expand file tree Collapse file tree 3 files changed +15
-3
lines changed
coverage_conditional_plugin Expand file tree Collapse file tree 3 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 33We follow [ Semantic Versions] ( https://semver.org/ ) .
44
55
6+ ## Version 0.2.0
7+
8+ ### Features
9+
10+ - Adds ` get_env_info ` function,
11+ so one can import this plugin and use it programmatically
12+ to debug and explore
13+
14+ ### Misc
15+
16+ - Now using Github Actions
17+ - Updates lots of dev-deps
18+
19+
620## Version 0.1.0
721
822- Initial release
Original file line number Diff line number Diff line change 1- # -*- coding: utf-8 -*-
2-
31import os
42import sys
53import traceback
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ style = "https://raw.githubusercontent.com/wemake-services/wemake-python-stylegu
99
1010[tool .poetry ]
1111name = " coverage-conditional-plugin"
12- version = " 0.1 .0"
12+ version = " 0.2 .0"
1313description = " Conditional coverage based on any rules you define!"
1414license = " MIT"
1515
You can’t perform that action at this time.
0 commit comments