Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v6
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deprecated file parameter breaks coverage upload in v6

Medium Severity

The file input parameter was deprecated in codecov/codecov-action v5 in favor of files. Since this PR bumps from v4 directly to v6, the file: ./coverage.xml parameter may no longer be recognized, potentially causing the coverage upload step to silently ignore the specified coverage report file or fail to upload it correctly.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit c9a4062. Configure here.

if: matrix.python-version == '3.11'
with:
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down
Loading