Skip to content

Commit 865b874

Browse files
chore: rename master to main
1 parent 3b6adc9 commit 865b874

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/nodejs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ name: schema-utils
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77
- next
88
pull_request:
99
branches:
10-
- master
10+
- main
1111
- next
1212

1313
jobs:
@@ -85,7 +85,7 @@ jobs:
8585
if: matrix.node-version == '20.x' || matrix.node-version == '22.x' || matrix.node-version == '24.x'
8686
- name: Run tests with coverage
8787
run: npm run test:coverage -- --ci
88-
- name: Submit coverage data to codecov
89-
uses: codecov/codecov-action@v5
88+
- uses: codecov/codecov-action@v5
9089
with:
90+
flags: integration
9191
token: ${{ secrets.CODECOV_TOKEN }}

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<div align="center">
22
<a href="http://json-schema.org">
33
<img width="160" height="160"
4-
src="https://raw.githubusercontent.com/webpack-contrib/schema-utils/master/.github/assets/logo.png">
4+
src="https://raw.githubusercontent.com/webpack-contrib/schema-utils/main/.github/assets/logo.png">
55
</a>
66
<a href="https://github.com/webpack/webpack">
77
<img width="200" height="200"
@@ -309,7 +309,7 @@ Please take a moment to read our contributing guidelines if you haven't yet done
309309
[node-url]: https://nodejs.org
310310
[tests]: https://github.com/webpack/schema-utils/workflows/schema-utils/badge.svg
311311
[tests-url]: https://github.com/webpack/schema-utils/actions
312-
[cover]: https://codecov.io/gh/webpack/schema-utils/branch/master/graph/badge.svg
312+
[cover]: https://codecov.io/gh/webpack/schema-utils/branch/main/graph/badge.svg
313313
[cover-url]: https://codecov.io/gh/webpack/schema-utils
314314
[discussion]: https://img.shields.io/github/discussions/webpack/webpack
315315
[discussion-url]: https://github.com/webpack/webpack/discussions

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"build:types": "tsc --declaration --emitDeclarationOnly --outDir declarations && prettier \"declarations/**/*.ts\" --write",
2424
"build:code": "babel src -d dist --copy-files",
2525
"build": "npm-run-all -p \"build:**\"",
26-
"commitlint": "commitlint --from=master",
26+
"commitlint": "commitlint --from=main",
2727
"security": "npm audit --production",
2828
"fmt:check": "prettier \"{**/*,*}.{js,json,md,yml,css,ts}\" --list-different",
2929
"lint:js": "eslint --cache .",

0 commit comments

Comments
 (0)