Skip to content

Commit a5ac827

Browse files
tmp: list generated files
1 parent 383214a commit a5ac827

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Diff for: .github/workflows/qa.yaml

+6
Original file line numberDiff line numberDiff line change
@@ -268,13 +268,19 @@ jobs:
268268
# Generate the Cobertura report for C
269269
gcovr --cobertura "${cov_dir}/Cobertura_C.xml" "${raw_cov_dir}"
270270
271+
# TMP_DEBUG: List generated files:
272+
ls -l "${cov_dir}"
273+
271274
# Merge Cobertura reports into a single one
272275
reportgenerator -reports:"${cov_dir}/Cobertura.xml;${cov_dir}/Cobertura_C.xml" \
273276
-targetdir:"${codecov_dir}" -reporttypes:Cobertura
274277
275278
# Store the coverage directory for the next steps
276279
echo COVERAGE_DIR="${codecov_dir}" >> ${GITHUB_ENV}
277280
281+
# TMP_DEBUG: List final Cobertura file with the merged coverage:
282+
ls -l "${codecov_dir}"
283+
278284
- name: Run tests (with race detector)
279285
if: matrix.test == 'race'
280286
env:

0 commit comments

Comments
 (0)