Replies: 1 comment 2 replies
-
|
Hello! You shouldn't need to configure anything. The only things we exclude from the coverage results are dependencies or files outside of the workspace. What's the structure of the repository? Something like this? Did you open the editor on |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I've installed Ruby LSP 0.9.32 in VS Code. In the Test Explorer. I'm using Ruby 3.4.7.
I can now "Run Test with Coverage" and it will run my RSpec tests. But the Test Coverage panel only shows coverage for the spec files in spec/, not the actual code in lib/.
Do I need to configure something?
Beta Was this translation helpful? Give feedback.
All reactions