Skip to content

Commit

Permalink
Merge branch 'main' into feat/collapsable-stats
Browse files Browse the repository at this point in the history
  • Loading branch information
Eirmas committed Aug 6, 2024
2 parents 3958443 + 87020df commit a8c1192
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ Please check the above setup example to use this action with `pull_request_targe
| `include_extensions` | `.js,.cjs,.mjs` | A comma-separated list of file extension to be included in the analysis table. |
| `percent_extra_attention` | `20` | If an out file size has increased more than this percent, display a "‼️" to draw extra attention to the change. |
| `show_details` | `true` | If `true`, a collapsed "details" section is rendered. It explains the details of the numbers provided and icons. |
| `show_no_change` | `false` | If `true`, all bundles are shown in the analysis regardless of size change. If `false`, only bundles with size changes are shown. |
| `show_no_change` | `true` | If `true`, all bundles are shown in the analysis regardless of size change. If `false`, only bundles with size changes are shown. |
| `collapse_changes` | `false` | If `true`, hide the analysis table inside an accordion. If `false`, display the analysis table directly. |
| `top_n_largest_paths` | `20` | The number of largest paths (e.g.) `node_modules/foo`) to be collected. If 0 or lower, skipped. |

Expand Down

0 comments on commit a8c1192

Please sign in to comment.