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

Commit6c20b0f

Browse files
committed
fix(rules): add Codecov
1 parenta29aa70 commit6c20b0f

File tree

6 files changed

+18
-0
lines changed

6 files changed

+18
-0
lines changed

‎src/rules/__snapshots__/ci.test.ts.snap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ exports[`ci > should match everything 1`] = `
77
"browserstack",
88
"circleci",
99
"cirrusci",
10+
"codecov",
1011
"codesandboxci",
1112
"cypressci",
1213
"dependabot",

‎src/rules/__snapshots__/index.test.ts.snap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ exports[`all > should match everything 1`] = `
4848
"clickhouse",
4949
"cloudflare",
5050
"cockroachdb",
51+
"codecov",
5152
"codesandboxci",
5253
"contenful",
5354
"couchbase",

‎src/rules/ci/codecov.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
import{register}from'../../register.js';
2+
3+
register({
4+
tech:'codecov',
5+
name:'Codecov',
6+
type:'ci',
7+
files:['.codecov.yml','codecov.yml'],
8+
dependencies:[{type:'githubAction',name:'codecov/codecov-action'}],
9+
});

‎src/rules/ci/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import './azure.ci.js';
33
import'./browserstack.js';
44
import'./circleci.js';
55
import'./cirrusci.js';
6+
import'./codecov.js';
67
import'./codesandboxci.js';
78
import'./cypressci.js';
89
import'./dependabot.js';

‎src/rules/spec/githubActions/__snapshots__/component.test.ts.snap

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,11 @@ exports[`docker > should match all dependencies 2`] = `
187187
"bitovi/github-actions-deploy-docker-to-ec2",
188188
"1",
189189
],
190+
[
191+
"githubAction",
192+
"codecov/codecov-action",
193+
"1",
194+
],
190195
[
191196
"githubAction",
192197
"cypress-io/github-action",

‎src/types/techs.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ export type AllowedKeys =
6262
|'clickhouse'
6363
|'cloudflare'
6464
|'cockroachdb'
65+
|'codecov'
6566
|'codesandboxci'
6667
|'contenful'
6768
|'couchbase'

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp