@@ -15,15 +15,15 @@ jobs:
1515 -run :
1616name :Test
1717command :ctest -VV -o /tmp/test_results/test-results.txt
18- -run :
19- name :Generate code coverage
20- command :lcov -c --directory . --output-file main_coverage.info > /tmp/test_results/coverage_summary.txt
21- -run :genhtml main_coverage.info --output-directory /tmp/coverage
22- -store_test_results :
23- path :/tmp/test_results
24- -store_artifacts :
25- path :/tmp/coverage
26- prefix :coverage
18+ # - run:
19+ # name: Generate code coverage
20+ # command: lcov -c --directory . --output-file main_coverage.info > /tmp/test_results/coverage_summary.txt
21+ # - run: genhtml main_coverage.info --output-directory /tmp/coverage
22+ # - store_test_results:
23+ # path: /tmp/test_results
24+ # - store_artifacts:
25+ # path: /tmp/coverage
26+ # prefix: coverage
2727
2828mbedCI :
2929docker :
3838# - run: mv uTensor/unity_temp/* uTensor/unity/
3939 -run :mbed config root .
4040 -run :mbed deploy
41- -run :mbed compile -m DISCO_F413ZH -t GCC_ARM --profile=uTensor/extras/build_profile/release.json
41+ -run :mbed compile -m DISCO_F413ZH -t GCC_ARM
4242
4343workflows :
4444version :2