Skip to content

v0.4.4

Choose a tag to compare

@reach2jeyan reach2jeyan released this 22 Nov 08:55
· 3 commits to main since this release
2017cd0

🚀 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.