Edwin Salguero commited on
Commit
b1217c1
·
2 Parent(s): 70835ff a3e4c7d

chore: merge dependabot/github_actions/codecov/codecov-action-5

Browse files
Files changed (1) hide show
  1. .github/workflows/ci-cd.yml +1 -1
.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@v3
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