Skip to content

Commit 8fdd10f

Browse files
committed
ci: upload coverage to Codecov
Switch to codecov-action@v5 and explicitly upload coverage.xml. Made-with: Cursor
1 parent 6dc0b3e commit 8fdd10f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,10 @@ jobs:
5252
pytest tests/ --cov=ctxeng --cov-report=xml --cov-report=term-missing
5353
5454
- name: Upload coverage to Codecov
55-
uses: codecov/codecov-action@v4
55+
uses: codecov/codecov-action@v5
5656
with:
5757
token: ${{ secrets.CODECOV_TOKEN }}
58+
files: ./coverage.xml
5859
fail_ci_if_error: false
5960

6061
publish:

0 commit comments

Comments
 (0)