We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
include_size_comparison
include_size_comparison doesnt seem to be filtering like its supposed to.
I am using this config:
- name: Analyze esbuild bundle size uses: exoego/esbuild-bundle-analyzer@v1 with: metafiles: 'dist/apps/blend/stats.json' show_details: false include_size_comparison: 'total' top_n_largest_paths: 0 show_no_change: false
With this config, we are not getting a total row, and it only shows Added / Deleted rows. It does seem to filter away No changes correctly.
total
Added
Deleted
No changes
The text was updated successfully, but these errors were encountered:
Thanks. I'll take a look within a few days
Sorry, something went wrong.
This is fixed in v1.5.2:
No branches or pull requests
include_size_comparison
doesnt seem to be filtering like its supposed to.I am using this config:
With this config, we are not getting a
total
row, and it only showsAdded
/Deleted
rows. It does seem to filter awayNo changes
correctly.The text was updated successfully, but these errors were encountered: