Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commit0ecb1aa

Browse files
authored
Merge pull request#202 from arduino/umbynos-patch-1
Bump codecov-action to v3, and use token
2 parents267bab1 +b2e375a commit0ecb1aa

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

‎.github/workflows/unit-tests.yml‎

Lines 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)

[8]ページ先頭

©2009-2025 Movatter.jp