function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Adelchi PelizzoAdelchi Pelizzo 

ProjectRESTService - Integration Superbadge Trailhead Step 6

After submitting my challenge, I get this error:
 
Challenge Not yet complete... here's what's wrong: 
The ProjectRESTService class did not achieve at least 90% code coverage via your test methods. Make sure that you chose 'Run All' tests in the Developer Console at least once before attempting to verify this challenge.

While the Code Coverage shown in Dev Console is 94% and lines covered 16/17 .

Please help.
Ashish KeshariAshish Keshari
Hi Adelchi,
Sometime the individual test classes shows correct coverage but when you run all the test classes together in the org, the same class might show less coverage. Hence I would suggest - try to Run All Tests in your developer org and then see if it is still the same coverage and still failing. Just as an additional info - I have completed the Integration Specialist superbadge and have posted on my blog - in case you want to compare. thanks
http://ashishkeshari.com/index.php/2017/03/01/superbadge-data-integration-specialist/
Shivam Agnihotri 9Shivam Agnihotri 9
At step 4 i faceing this error.
he ProjectCalloutService class did not achieve at least 90% code coverage via your test methods. Make sure that you chose 'Run All' tests in the Developer Console at least once before attempting to verify this challenge.