Skip to content

Commit

Permalink
Debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisburr committed Sep 25, 2023
1 parent ae12abd commit 2d954b0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,8 @@ jobs:
done
# Combine the coverage data from the demo and make an XML report
coverage_data=$(mktemp)
coverage combine --data-file "${coverage_data}" "${DIRACX_DEMO_DIR}"/coverage-reports/*
sudo chown -R $(id -u) "${DIRACX_DEMO_DIR}"/coverage-reports/
coverage combine --keep --data-file "${coverage_data}" "${DIRACX_DEMO_DIR}"/coverage-reports/*
coverage xml -o coverage-demo.xml --data-file "${coverage_data}"
- name: Upload coverage report
uses: codecov/[email protected]
Expand Down

0 comments on commit 2d954b0

Please sign in to comment.