You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Announcements
1.7.8.7
Issue 533 - Fixed an issue where the anonymous Apex and SOQL query editor components would be disposed when other projects were closed resulting in an odd "green box".
Issue 544 - Added a new application-level configuration option to force Apex unit tests to always run asynchronously (default is to allow test runs for methods from a single Apex class to run synchronously). This option can be found under the new Unit Tests and Code Coverage application-level configuration tab.
Issue 575 - Added a new application-level configuration option for how skipped Apex unit tests should be handled, either ignored (default) or failed. This option can be found under the new Unit Tests and Code Coverage application-level configuration tab.
Issue 550 - Fixed an issue where a Selected metadata subscription was being wildcarded after a refresh.
Made the Run With Coverage action work properly. Now when an Apex unit test run configuration is executed with coverage, Apex code coverage is displayed immediately upon test completion.
Improved code coverage display for completely uncovered Apex source files. Now coverage markers are displayed for all concrete method, constructor, and initialized field declarations, all statements except for System.debug(), and several other code constructs which are included when displaying coverage.