ra.preziosi
ra.preziosi
I probably missed one important detail: once you click a method, it will show in the class using signs which lines are covered/uncovered. This is a quick way to debug...
It doesn't work exactly this way. If I run a single test with tT, it still keeps the "aggregate" coverage signs. So this should allow for more granular access to...
Salesforce has two objects that store code coverage: ApexCodeCoverage and ApexCodeCoverageAggregate. The second one contains the total coverage of the class, while the first provides a more granular overview. This...
Yes, exactly. You can run all the tests or just one and check the individual coverage percentage, highlighting the lines covered in the editor for that method. This is my...
To clean my Neovim configurations, I created a small plugin for this purpose. Those who are interested can try it. https://github.com/PreziosiRaffaele/nvim-apex-coverage
Hi @ericrsmith35, Thank you for your quick response. I have noticed that on the next screen component, containing a resume table with the same field, it displays the correct translated...
It was already selected. I tried to remove it, but I got the same result. Also after saving the change it shows me the untranslated label. Selecting value:  Before...
Hi @ericrsmith35, I hope you're doing well. Just wanted to check in and see if there have been any updates regarding the issue we discussed earlier. Is this behavior expected...