豆豆友情提示:这是一个非官方 GitHub 代理镜像,主要用于网络测试或访问加速。请勿在此进行登录、注册或处理任何敏感信息。进行这些操作请务必访问官方网站 github.com。 Raw 内容也通过此代理提供。
Skip to content

Commit 62f2501

Browse files
fix: don't wait for codecov, it sometimes blocks
1 parent 5b542bc commit 62f2501

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/settings.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -142,10 +142,11 @@ rulesets:
142142
required_status_checks:
143143
- context: All done
144144
integration_id: 15368
145-
- context: codecov/patch
146-
integration_id: 254
147-
- context: codecov/project
148-
integration_id: 254
145+
# These time out too much, we just want the information
146+
# - context: codecov/patch
147+
# integration_id: 254
148+
# - context: codecov/project
149+
# integration_id: 254
149150
- context: Format
150151
integration_id: 15368
151152
- context: Machete

0 commit comments

Comments
 (0)