How to disable coverage?
See original GitHub issueA user cannot disable TLC’s coverage collection, even though collecting coverage data has significant overhead for large-scale model-checking.
My suggestion would be to not set -coverage
at all.
Issue Analytics
- State:
- Created 3 years ago
- Comments:13 (6 by maintainers)
Top Results From Across the Web
Is there a way to disable coverage? · Issue #371 - GitHub
Is there a way to disable coverage in the karma-typescript config? I don't see an obvious one.
Read more >Clearing coverage highlighting in Eclipse - java - Stack Overflow
Click the "Remove all Sessions" button in the toolbar of the "Coverage" view. enter image description here.
Read more >Removing Java code coverage indicators - IBM
Click Run > Code Coverage > Remove Indicators. You can remove indicators from all or selected projects.
Read more >Disable coverage test - SonarCloud - Sonar Community
Is it possible to disable coverage test in sonarcloud?
Read more >Remove Code Coverage Highlighting in Eclipse
Remove Code Coverage Highlighting in Eclipse · 1. Go to 'Window' menu -> Show View -> Other · 2. Search for Coverage and...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
We can close this since coverage can be disabled by simply removing the coverage argument from the options prompt introduced in #207. I just re-confirmed that it works in 1.6.0-alpha.2
@lemmy is something like this what you were thinking of? I was originally worried about the friction of introducing an extra keystroke every time you want to check a model, but I’m not minding it as much as I thought I would.
https://user-images.githubusercontent.com/6043161/112682061-cf25d380-8e2c-11eb-8478-f78204069102.mp4
Right now I’ve got it keeping track of the last options used in the session, but it reverts to the defaults when a new window is open. I’d rather track the options across sessions, and maybe omit the -config argument from the prompt. That would allow the same options to be used to check different models without needing to explicitly change the -config argument each time. However the -config could still be overwritten from the prompt.