You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The focus is on establishing the configuration process for the upcoming bundle analysis tool:
Configuration: user will need to update their bundler config files, such as Webpack, Vite, Rollup, Next.js, and Remix, within a user's repository.
Next, will need to integrate CI – focus will start with GitHub Actions since it's most commonly used by customers.
Information architecture: what is the integration of this configuration process into Codecov's app, considering both new users at signup and existing users who wish to adopt bundle analysis.
Solution Ideation
Following user steps needed for configuration:
Choose repo to configure: users select the repository for enabling bundle analysis.
Add Codecov configuration in bundler config: integrate Codecov's bundle analysis plugin into the bundler configuration file.
Add GitHub CI Action: update CI workflows to include bundle analysis in the build process.
Commit changes: Users commit and push the new configurations to trigger the CI process and analysis.
Codecov displays the data in the UI: after CI completion and data upload, display the results on the Codecov UI.
Consider feedback in the commit, like today's 1st time UX pattern.
Problem to Solve
The focus is on establishing the configuration process for the upcoming bundle analysis tool:
Solution Ideation
Following user steps needed for configuration:
WIP designs
The text was updated successfully, but these errors were encountered: