Skip to content

Commit 26da895

Browse files
committed
code coverage
1 parent 9cd6c5d commit 26da895

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/continuousIntegration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ jobs:
257257
- name: Upload coverage reports to Codecov
258258
uses: codecov/codecov-action@v3
259259
with:
260-
files: shiva_coverage.info.cleaned
260+
files: hpcreact_coverage.info.cleaned
261261
fail_ci_if_error: true
262262
env:
263263
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

scripts/ci_build_and_test_in_container.sh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -87,11 +87,11 @@ fi
8787

8888

8989

90-
# if [[ "$*" == *--code-coverage* ]]; then
91-
# or_die make -j ${NPROC} VERBOSE=1
92-
# or_die make shiva_coverage
93-
# cp -r ${SHIVA_BUILD_DIR}/shiva_coverage.info.cleaned /tmp/Shiva/shiva_coverage.info.cleaned
94-
# fi
90+
if [[ "$*" == *--code-coverage* ]]; then
91+
or_die make -j ${NPROC} VERBOSE=1
92+
or_die make hpcreact_coverage
93+
cp -r ${HPCREACT_BUILD_DIR}/hpcreact_coverage.info.cleaned /tmp/HPCReact/hpcreact_coverage.info.cleaned
94+
fi
9595

9696

9797
if [[ "$*" == *--build-exe* ]]; then

0 commit comments

Comments
 (0)