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 0ecb1aa

Browse filesBrowse files
authored
Merge pull request #202 from arduino/umbynos-patch-1
Bump codecov-action to v3, and use token
2 parents 267bab1 + b2e375a commit 0ecb1aa
Copy full SHA for 0ecb1aa

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

+4
-3
lines changed

‎.github/workflows/unit-tests.yml

Copy file name to clipboardExpand all lines: .github/workflows/unit-tests.yml
+4-3Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,9 @@ jobs:
3838
coverage-data-path: ${{ env.COVERAGE_DATA_PATH }}
3939

4040
# See: https://github.com/codecov/codecov-action/blob/master/README.md
41-
- name: Upload coverage report to Codecov
42-
uses: codecov/codecov-action@v1
41+
- name: Code coverage
42+
uses: codecov/codecov-action@v3
4343
with:
44-
file: ${{ env.COVERAGE_DATA_PATH }}
44+
token: ${{ secrets.CODECOV_TOKEN }}
45+
files: ${{ env.COVERAGE_DATA_PATH }}
4546
fail_ci_if_error: true

0 commit comments

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