5 Star 14 Fork 4

Gitee 极速下载/Pulumi

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/pulumi/pulumi
克隆/下载
codecov.yml 1.19 KB
一键复制 编辑 原始数据 按行查看 历史
coverage:
status:
# Project tracks and reports the project-level coverage.
project:
default:
informational: true
# Pulumi core
core:
informational: true
paths:
- "pkg"
- "sdk/go/common"
- "sdk/go/auto"
sdk-go:
informational: true
paths:
- "sdk/go/pulumi"
- "sdk/go/pulumi-language-go"
sdk-nodejs:
informational: true
paths:
- "sdk/nodejs"
sdk-python:
informational: true
paths:
- "sdk/python"
# Patch tracks the coverage of the changes in a single patch.
patch:
default:
informational: true
ignore:
# Integration tests and codegen test data
# should not count against coverage.
- "tests/"
- "pkg/codegen/testing/test/testdata"
# Don't count protobuf-generated code against coverage.
- "sdk/proto"
# Ignore code generator for pulumix/applyn.go.
- "sdk/go/internal/gen-pux-applyn"
# More generally, none of the test data
# should count against coverage.
- "**/testdata"
# Don't comment on PRs.
comment: false
# Don't post annotations to GitHub.
github_checks:
annotations: false
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/mirrors/Pulumi.git
[email protected]:mirrors/Pulumi.git
mirrors
Pulumi
Pulumi
master

搜索帮助