Bug Report
Unit test coverage collecting makes source folder dirty
Reproduction Steps
- Build project with flags
-DBUILD_TESTS=on -DENABLE_GCOV=on
- Execute command
make test
- Execute
./tools/infrastructure/collect_coverage.sh <path_to_build_directory>
- Check source folder content with
git status
Expected Behavior
git status shows no changes
Observed Behavior
git status shows a new changes were found
OS & Version Information
- OS/Version: Ubuntu 20.04
- SDL Core Version: 7.1.1
- Testing Against: SDL core