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
Given a directory named .coverage
When coverage-reporter encounters it
Then it should not be considered a coverage file if it is a directory
Logs
🔍 Detected coverage file: tests/test_move_parameter_with_void_pointer/.coverage
Could not process tracefile: tests/test_move_parameter_with_void_pointer/.coverage
IO::Error: Error reading file: Is a directory
The text was updated successfully, but these errors were encountered:
Hi @thoni56. Can you please share what version of coverage-reporter returned this error?
I'm under the impression this was fixed in the latest release (v0.6.12), but if not, I would love to see your CI build log output to get some more details. Thanks.
What was wrong?
Given a directory named
.coverage
When
coverage-reporter
encounters itThen it should not be considered a coverage file if it is a directory
Logs
🔍 Detected coverage file: tests/test_move_parameter_with_void_pointer/.coverage
Could not process tracefile: tests/test_move_parameter_with_void_pointer/.coverage
IO::Error: Error reading file: Is a directory
The text was updated successfully, but these errors were encountered: