v2.0.0
- Breaking change: When a list of environments to run is specified explicitly, tox-gh-actions now respects it and simply run the given environments without enforcing tox-gh-actions' configuration. #37
- Breaking change: Use
GITHUB_ACTIONS
environment variable instead ofGITHUB_ACTION
for enabling tox-gh-actions. #35 - Support GitHub Actions log lines grouping #36
- Add pytest-cov #28
- Improve documentation