Unverified Commit d30ce7a8 authored by nikhildoifode's avatar nikhildoifode Committed by GitHub
Browse files

Fixed bug for build all for codecov

parent 2b30f96e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -240,7 +240,7 @@ npm run cy:open
AdvantEDGE core micro-services can be instrumented with code coverage instrumentation; when used in conjunction with Cypress or other system tests (manual or proprietary), it will provide an overview of the code coverage.

The following is a summary of the steps to enable code coverage measurement in AdvantEDGE:
- Build for code coverage: `meepctl build core --codecov`
- Build for code coverage: `meepctl build all --codecov`
- Dockerize: `meepctl dockerize all`
- Deploy for code coverage: `meepctl deploy core --codecov`
- Execute testing - use Cypress, manual or any desired system test