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

Commit5e1627d

Browse files
authored
[skip changelog] upload coverage only on push events (#375)
1 parenta93b4b8 commit5e1627d

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

‎.github/workflows/test.yaml‎

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,13 @@ jobs:
7171
flags:unit
7272

7373
-name:Send integration tests coverage to Codecov
74-
if:matrix.operating-system != 'windows-2019'
74+
# Since secrets aren't available on forks, we only
75+
# upload coverage on `push`. This might change if
76+
# Codecov whitelists GitHub, lifting the need
77+
# for a token.
78+
if:>
79+
matrix.operating-system != 'windows-2019' &&
80+
github.event_name == 'push'
7581
uses:codecov/codecov-action@v1.0.2
7682
with:
7783
token:${{secrets.CODECOV_TOKEN}}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp