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

Commita9751ca

Browse files
committed
Empty commit to force CI
1 parent514921e commita9751ca

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

‎.github/workflows/chromatic.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
# by storing snapshots.
55
#
66
# SEE: https://www.chromatic.com/docs/ci
7-
name:"Chromatic"
7+
name:chromatic
88

99
# Chromatic works best with push events, not pull_request or other event types.
1010
on:push
1111

1212
jobs:
13-
chromatic-deployment:
13+
deploy:
1414
# REMARK: this is only used to build storybook and deploy it to Chromatic.
1515
runs-on:ubuntu-latest
1616

‎.github/workflows/coder.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -267,8 +267,8 @@ jobs:
267267
with:
268268
token:${{ secrets.CODECOV_TOKEN }}
269269
files:./gotests.coverage
270-
flags:unittest-go-${{ matrix.os }}
271-
fail_ci_if_error:${{ github.repository_owner == 'coder' }}
270+
flags:unittest-go-postgres-${{ matrix.os }}
271+
fail_ci_if_error:true
272272

273273
deploy:
274274
name:"deploy"

‎codecov.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ comment:
66

77
coverage:
88
notify:
9+
flags:
10+
# Wait to notify until coverage has properly been reported.
11+
# This can prevent incorrect statuses.
12+
-unittest-go-ubuntu-latest
13+
-unittest-go-postgres-ubuntu-latest
14+
-unittest-go-macos-latest
15+
-unittest-go-windows-2022
916
slack:
1017
default:
1118
url:secret:v1::ALa1/e2X+k36fPseab5D7+kBFc9bJyIoIQioD0IMA5jr+0HXVpBRNDCHZhHjCdGc67yff6PPixPEOLwEZpxC37rM23RBZOYlqAq9A5e0MeZVlEoVq19aOYN4Xel17hMJ6GGm7n17wrYpCpcvlVSqNrN0+cr3guVDyG10kQyfh2Y=

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp