chore: merge dependabot/github_actions/codecov/codecov-action-5
Browse files
.github/workflows/ci-cd.yml
CHANGED
@@ -85,7 +85,7 @@ jobs:
|
|
85 |
pytest tests/ -v --cov=agentic_ai_system --cov-report=xml --cov-report=html
|
86 |
|
87 |
- name: Upload coverage reports
|
88 |
-
uses: codecov/codecov-action@
|
89 |
with:
|
90 |
file: ./coverage.xml
|
91 |
flags: unittests
|
|
|
85 |
pytest tests/ -v --cov=agentic_ai_system --cov-report=xml --cov-report=html
|
86 |
|
87 |
- name: Upload coverage reports
|
88 |
+
uses: codecov/codecov-action@v5
|
89 |
with:
|
90 |
file: ./coverage.xml
|
91 |
flags: unittests
|