Skip to content

Commit 03b55cd

Browse files
sirosenvivodi
andauthored
Expand codecov fileMatch to cover allowed subdirs (SchemaStore#4992)
Co-authored-by: vivodi <[email protected]>
1 parent 98eeb8c commit 03b55cd

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

src/api/json/catalog.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1552,7 +1552,14 @@
15521552
{
15531553
"name": "Codecov configuration files",
15541554
"description": "codecov.yml files",
1555-
"fileMatch": [".codecov.yml", "codecov.yml"],
1555+
"fileMatch": [
1556+
"**/.github/.codecov.yml",
1557+
"**/.github/codecov.yml",
1558+
"**/dev/.codecov.yml",
1559+
"**/dev/codecov.yml",
1560+
".codecov.yml",
1561+
"codecov.yml"
1562+
],
15561563
"url": "https://www.schemastore.org/codecov.json"
15571564
},
15581565
{

0 commit comments

Comments
 (0)