As tested_command.txt could potentially expose secrets, it has been ignored in PR
However, this change has caused the cmdcov tool to throw an exception because it cannot find tested_command.txt. Additionally, we have determined that tested_command.txt does not contribute to test coverage. Therefore, this PR aims to remove the logic that analyzes tested_command.txt and mitigate the exception.
Hi @Pan-Qi,
Please write the description of change into HISTORY.rst.
If you want to release a new azdev version, please update the VERSION in init.py as well.
As tested_command.txt could potentially expose secrets, it has been ignored in PR
However, this change has caused the cmdcov tool to throw an exception because it cannot find tested_command.txt. Additionally, we have determined that tested_command.txt does not contribute to test coverage. Therefore, this PR aims to remove the logic that analyzes tested_command.txt and mitigate the exception.
Exception before fixing:
Works well after fixing: