mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-07-06 05:40:38 +08:00
Update .github/workflows/code_coverage.yaml
Co-authored-by: codiumai-pr-agent-pro[bot] <151058649+codiumai-pr-agent-pro[bot]@users.noreply.github.com>
This commit is contained in:
6
.github/workflows/code_coverage.yaml
vendored
6
.github/workflows/code_coverage.yaml
vendored
@ -41,6 +41,12 @@ jobs:
|
|||||||
docker cp test_container:/app/coverage.xml coverage.xml
|
docker cp test_container:/app/coverage.xml coverage.xml
|
||||||
|
|
||||||
|
|
||||||
|
- name: Validate coverage report
|
||||||
|
run: |
|
||||||
|
if [ ! -f coverage.xml ]; then
|
||||||
|
echo "Coverage report not found"
|
||||||
|
exit 1
|
||||||
|
fi
|
||||||
- name: Upload coverage to Codecov
|
- name: Upload coverage to Codecov
|
||||||
uses: codecov/codecov-action@v4.0.1
|
uses: codecov/codecov-action@v4.0.1
|
||||||
with:
|
with:
|
||||||
|
Reference in New Issue
Block a user