Skip to content
Merged
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
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -974,9 +974,8 @@ jobs:
--xml --output ../coverage.xml \
--html=../cov-report/index.html --html-details
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4.0.1
uses: codecov/codecov-action@v5.3.0
with:
token: db9388ce-cf24-4840-b282-8e0070d8666f
Copy link
Member

Choose a reason for hiding this comment

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

please comment it for reminder and change key to token: <key>

Copy link
Member Author

Choose a reason for hiding this comment

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

I have already mentioned in PR description that it does not require token anymore

files: coverage.xml
- name: Upload coverage report artifact
uses: actions/upload-artifact@v4
Expand Down
Loading