v0.4.4
🚀 New in This Release
1. Add support for optionally passing Git metadata through CLI Read More in the docs
You can now explicitly supply Git branch and commit information when running pytest, using two new flags:
--git-branch
--git-commit
This allows you to include accurate version control metadata in the report — even in environments where Git information isn’t available (e.g., Docker containers, CI runners with limited checkout) and reduces inconsistency between local and CI runs, slow git detection calls.