You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2024-12-06 11:17:34,689 - cover_agent.UnitTestValidator - INFO - Running build/test command to generate coverage report: "poetry run pytest /Users/i/Desktop/pythonProject/tests/tutorial_test.py --cov=/Users/i/Desktop/pythonProject/login_page.py --cov-report=xml:coverage.xml --cov-report=term --log-cli-level=INFO --timeout=100"
2024-12-06 11:17:37,870 - cover_agent.CoverageProcessor - INFO - Verifying coverage report at path: /Users/i/qodo-cover/coverage.xml
2024-12-06 11:17:37,870 - cover_agent.CoverageProcessor - INFO - Test command timestamp: 1733469454695 ms
2024-12-06 11:17:37,871 - cover_agent.CoverageProcessor - INFO - Coverage report modification time: 1733392487671 ms
2024-12-06 11:17:37,871 - cover_agent.UnitTestValidator - ERROR - Error in coverage processing: Fatal: The coverage report file was not updated after the test command. file_mod_time_ms: 1733392487671, time_of_test_command: 1733469454695, Difference: -76967024 ms.
Any ideas how I can resolve this
I tried allowing small tolerance between the two timestamps. To account for the small delay between the test command execution and the file modification update.
The text was updated successfully, but these errors were encountered:
2024-12-06 11:17:34,689 - cover_agent.UnitTestValidator - INFO - Running build/test command to generate coverage report: "poetry run pytest /Users/i/Desktop/pythonProject/tests/tutorial_test.py --cov=/Users/i/Desktop/pythonProject/login_page.py --cov-report=xml:coverage.xml --cov-report=term --log-cli-level=INFO --timeout=100"
2024-12-06 11:17:37,870 - cover_agent.CoverageProcessor - INFO - Verifying coverage report at path: /Users/i/qodo-cover/coverage.xml
2024-12-06 11:17:37,870 - cover_agent.CoverageProcessor - INFO - Test command timestamp: 1733469454695 ms
2024-12-06 11:17:37,871 - cover_agent.CoverageProcessor - INFO - Coverage report modification time: 1733392487671 ms
2024-12-06 11:17:37,871 - cover_agent.UnitTestValidator - ERROR - Error in coverage processing: Fatal: The coverage report file was not updated after the test command. file_mod_time_ms: 1733392487671, time_of_test_command: 1733469454695, Difference: -76967024 ms.
Any ideas how I can resolve this
I tried allowing small tolerance between the two timestamps. To account for the small delay between the test command execution and the file modification update.
The text was updated successfully, but these errors were encountered: