Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
coverage.py: Guard use of
--html-nested
behind version check.
`--html-nested` was added to gcovr in version 6.0 so passing it to versions before this will result in gcovr complaining that it doesn't recognise the argument. Added a version check to ensure that we pass a recognised argument for versions before 6.0 Fixes #13781
- Loading branch information