Is there a way to check the test coverage of flow similar to an apex class?
I don't want to run all tests and check because running all tests would take significant amount of time.
Could you please share some insights into how do you check the code coverage in dev sandbox so that it doesn't fail during production deployment?
Many thanks
1 respuesta
Unfortunately, Salesforce doesn’t have a direct way to check flow test coverage like it does for Apex classes.