Skip to content

Commit fde0d77

Browse files
committed
Empty commit to force CI
1 parent 514921e commit fde0d77

File tree

3 files changed

+11
-8
lines changed

3 files changed

+11
-8
lines changed

.github/workflows/chromatic.yaml

+2-2
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

+2-6
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"
@@ -404,10 +404,6 @@ jobs:
404404
matrix:
405405
os:
406406
- ubuntu-latest
407-
- macos-latest
408-
# TODO: Get `make build` running on Windows 2022
409-
# https://github.com/coder/coder/issues/384
410-
# - windows-2022
411407
steps:
412408
- uses: actions/checkout@v3
413409

codecov.yaml

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