Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 86492f7

Browse filesBrowse files
committed
build: update codecov action to version 4
1 parent 821b5fd commit 86492f7
Copy full SHA for 86492f7

File tree

Expand file treeCollapse file tree

1 file changed

+4
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+4
-2
lines changed

‎.github/workflows/ci.yml

Copy file name to clipboardExpand all lines: .github/workflows/ci.yml
+4-2Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,11 +94,13 @@ jobs:
9494
9595
- name: Upload to codecov.io
9696
if: ${{ startsWith(matrix.os, 'ubuntu-') }}
97-
uses: codecov/codecov-action@v3
97+
uses: codecov/codecov-action@v4
9898
with:
9999
files: lcov.info
100100
fail_ci_if_error: true
101-
token: ${{ secrets.CODECOV_TOKEN }}
101+
verbose: true
102+
env:
103+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
102104

103105
- name: Install benchmarking tools
104106
if: ${{ github.ref == 'refs/heads/main' && startsWith(matrix.os, 'ubuntu-') }}

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.