We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e399db0 commit 653c205Copy full SHA for 653c205
ci/ceedling.sh
@@ -38,10 +38,10 @@ gcovr -r . --lcov -o $PROJECT_ROOT/coverage.lcov
38
# uncomment the section below once Repo Variable EMBEDOPS_API_REPO_KEY is set.
39
# If you have access, this key can be found at https://app.embedops.io/app/manage/repos/<Embedops Repo UUID>
40
41
-# if [ "$CI" = "true" ]; then
42
-# # do not fail if error reporting
43
-# set +e
44
-# eo report unittest report.xml
45
-# eo report coverage coverage.lcov
46
-# set -e
47
-# fi
+if [ "$CI" = "true" ]; then
+ # do not fail if error reporting
+ set +e
+ eo report unittest report.xml
+ eo report coverage coverage.lcov
+ set -e
+fi
0 commit comments