Skip to content

Commit 55e191f

Browse files
committed
fix: correct filename extension for codecov configuration in diff settings
1 parent ae4dd54 commit 55e191f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

templates/AddNewPackage/content/diff-common.custom.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,12 @@
1111
".editorconfig": "copy",
1212
".gitattributes": "copy",
1313
".gitignore": "copy",
14-
"codecov.yml": "copy",
14+
"codecov.yaml": "copy",
1515
"Directory.Build.props": "copy",
1616
"Directory.Packages.props": "copy",
1717
"global.json": "copy",
1818
"LICENSE": "copy",
1919
"NuGet.config": "copy",
20-
"test.runsettings": "copy",
2120
".github/dependabot.yml": "copy",
2221
".github/workflows/ClearCache.yaml": "copy",
2322
".github/workflows/CI.yaml": "ask to merge",

0 commit comments

Comments
 (0)