Skip to content

Commit 653c205

Browse files
committed
feat: enable reporting to eo
1 parent e399db0 commit 653c205

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

ci/ceedling.sh

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ gcovr -r . --lcov -o $PROJECT_ROOT/coverage.lcov
3838
# uncomment the section below once Repo Variable EMBEDOPS_API_REPO_KEY is set.
3939
# If you have access, this key can be found at https://app.embedops.io/app/manage/repos/<Embedops Repo UUID>
4040

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
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

0 commit comments

Comments
 (0)