Skip to content
New issue

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

feat: Normalize asset file names #27

Merged
merged 12 commits into from
Dec 19, 2023

use it.each for table test

d786df2
Select commit
Loading
Failed to load commit list.
Merged

feat: Normalize asset file names #27

use it.each for table test
d786df2
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Dec 19, 2023 in 0s

53.93% of diff hit (target 84.56%)

View this Pull Request on Codecov

53.93% of diff hit (target 84.56%)

Annotations

Check warning on line 39 in packages/rollup-plugin/src/rollup-bundle-analysis/rollupBundleAnalysisPlugin.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/rollup-plugin/src/rollup-bundle-analysis/rollupBundleAnalysisPlugin.ts#L35-L39

Added lines #L35 - L39 were not covered by tests

Check warning on line 45 in packages/rollup-plugin/src/rollup-bundle-analysis/rollupBundleAnalysisPlugin.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/rollup-plugin/src/rollup-bundle-analysis/rollupBundleAnalysisPlugin.ts#L45

Added line #L45 was not covered by tests

Check warning on line 47 in packages/rollup-plugin/src/rollup-bundle-analysis/rollupBundleAnalysisPlugin.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/rollup-plugin/src/rollup-bundle-analysis/rollupBundleAnalysisPlugin.ts#L47

Added line #L47 was not covered by tests

Check warning on line 50 in packages/rollup-plugin/src/rollup-bundle-analysis/rollupBundleAnalysisPlugin.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/rollup-plugin/src/rollup-bundle-analysis/rollupBundleAnalysisPlugin.ts#L50

Added line #L50 was not covered by tests

Check warning on line 52 in packages/rollup-plugin/src/rollup-bundle-analysis/rollupBundleAnalysisPlugin.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/rollup-plugin/src/rollup-bundle-analysis/rollupBundleAnalysisPlugin.ts#L52

Added line #L52 was not covered by tests

Check warning on line 124 in packages/rollup-plugin/src/rollup-bundle-analysis/rollupBundleAnalysisPlugin.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/rollup-plugin/src/rollup-bundle-analysis/rollupBundleAnalysisPlugin.ts#L124

Added line #L124 was not covered by tests

Check warning on line 40 in packages/vite-plugin/src/vite-bundle-analysis/viteBundleAnalysisPlugin.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/vite-plugin/src/vite-bundle-analysis/viteBundleAnalysisPlugin.ts#L36-L40

Added lines #L36 - L40 were not covered by tests

Check warning on line 46 in packages/vite-plugin/src/vite-bundle-analysis/viteBundleAnalysisPlugin.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/vite-plugin/src/vite-bundle-analysis/viteBundleAnalysisPlugin.ts#L46

Added line #L46 was not covered by tests

Check warning on line 48 in packages/vite-plugin/src/vite-bundle-analysis/viteBundleAnalysisPlugin.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/vite-plugin/src/vite-bundle-analysis/viteBundleAnalysisPlugin.ts#L48

Added line #L48 was not covered by tests

Check warning on line 51 in packages/vite-plugin/src/vite-bundle-analysis/viteBundleAnalysisPlugin.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/vite-plugin/src/vite-bundle-analysis/viteBundleAnalysisPlugin.ts#L51

Added line #L51 was not covered by tests

Check warning on line 53 in packages/vite-plugin/src/vite-bundle-analysis/viteBundleAnalysisPlugin.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/vite-plugin/src/vite-bundle-analysis/viteBundleAnalysisPlugin.ts#L53

Added line #L53 was not covered by tests

Check warning on line 126 in packages/vite-plugin/src/vite-bundle-analysis/viteBundleAnalysisPlugin.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/vite-plugin/src/vite-bundle-analysis/viteBundleAnalysisPlugin.ts#L126

Added line #L126 was not covered by tests

Check warning on line 53 in packages/webpack-plugin/src/webpack-bundle-analysis/webpackBundleAnalysisPlugin.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/webpack-plugin/src/webpack-bundle-analysis/webpackBundleAnalysisPlugin.ts#L53

Added line #L53 was not covered by tests

Check warning on line 58 in packages/webpack-plugin/src/webpack-bundle-analysis/webpackBundleAnalysisPlugin.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/webpack-plugin/src/webpack-bundle-analysis/webpackBundleAnalysisPlugin.ts#L58

Added line #L58 was not covered by tests

Check warning on line 63 in packages/webpack-plugin/src/webpack-bundle-analysis/webpackBundleAnalysisPlugin.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/webpack-plugin/src/webpack-bundle-analysis/webpackBundleAnalysisPlugin.ts#L62-L63

Added lines #L62 - L63 were not covered by tests

Check warning on line 67 in packages/webpack-plugin/src/webpack-bundle-analysis/webpackBundleAnalysisPlugin.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/webpack-plugin/src/webpack-bundle-analysis/webpackBundleAnalysisPlugin.ts#L66-L67

Added lines #L66 - L67 were not covered by tests

Check warning on line 71 in packages/webpack-plugin/src/webpack-bundle-analysis/webpackBundleAnalysisPlugin.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/webpack-plugin/src/webpack-bundle-analysis/webpackBundleAnalysisPlugin.ts#L70-L71

Added lines #L70 - L71 were not covered by tests

Check warning on line 75 in packages/webpack-plugin/src/webpack-bundle-analysis/webpackBundleAnalysisPlugin.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/webpack-plugin/src/webpack-bundle-analysis/webpackBundleAnalysisPlugin.ts#L74-L75

Added lines #L74 - L75 were not covered by tests

Check warning on line 79 in packages/webpack-plugin/src/webpack-bundle-analysis/webpackBundleAnalysisPlugin.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/webpack-plugin/src/webpack-bundle-analysis/webpackBundleAnalysisPlugin.ts#L78-L79

Added lines #L78 - L79 were not covered by tests