Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Should not consider .coverage to be a trace file if it is a directory #135

Open
thoni56 opened this issue Jun 22, 2024 · 1 comment
Open
Labels
bug Something isn't working

Comments

@thoni56
Copy link

thoni56 commented Jun 22, 2024

What was wrong?

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

@thoni56 thoni56 added the bug Something isn't working label Jun 22, 2024
@afinetooth
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants