Source files may be out of sync. Line numbers in the following local classes/triggers do not match those in coverage data.

Issue #1191 resolved
Katja Koren created an issue

After I run unit tests with coverage I get a following warrning:

ads.png

I use Windows 10 with the latest Webstorm version 2018.3.1, Illuminated Cloud 2.0.4.4, build number 20181204203305.

Comments (4)

  1. Scott Wells repo owner

    Katja, that generally means pretty much what it states. The source files on the server and the source files in the local project aren't 100% in sync, and coverage line numbers being reported for the stated files don't exist or aren't executable lines in the local files. You should use Retrieve Metadata and/or Deploy Metadata to ensure that the local and server versions of these source files are synchronized with one another and that warning will go away.

  2. Log in to comment