-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9564951
commit 1589a5c
Showing
5 changed files
with
313 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# Post comment if there are changes in bundle size of any size | ||
comment: | ||
require_bundle_changes: True | ||
|
||
# Post comment if there are changes in bundle size exceeding 1Kb | ||
comment: | ||
require_bundle_changes: True | ||
bundle_change_threshold: "1Kb" | ||
|
||
# Post comment if there are changes in bundle size increases more than 1Mb | ||
comment: | ||
require_bundle_changes: "bundle_increase" | ||
bundle_change_threshold: "1Mb" | ||
|
||
# Post informational status (never fails) with threshold of 5% | ||
# This is the default configuration | ||
bundle_analysis: | ||
warning_threshold: "5%" | ||
status: "informational" | ||
|
||
# Disable commit status | ||
bundle_analysis: | ||
status: False | ||
|
||
# Post commit status that will fail if change is larger than threshold of 10MB | ||
bundle_analysis: | ||
warning_threshold: "10MB" | ||
status: True |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -77,6 +77,7 @@ | |
"packageManager": "[email protected]", | ||
"devDependencies": { | ||
"@babel/eslint-parser": "7.25.9", | ||
"@codecov/vite-plugin": "^1.7.0", | ||
"@eslint/compat": "1.2.4", | ||
"@eslint/js": "9.17.0", | ||
"@tanstack/eslint-plugin-query": "5.62.1", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.