-
Notifications
You must be signed in to change notification settings - Fork 29
chore: update Codecov configuration with component management rules a… #3822
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
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## FEC-61-codecov #3822 +/- ##
===============================================
Coverage 70.97% 70.97%
===============================================
Files 294 294
Lines 6649 6649
Branches 1859 1848 -11
===============================================
Hits 4719 4719
Misses 1905 1905
Partials 25 25
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
…nd layout update (#3822)
* ci: add Codecov workflow for test coverage reporting (#3811) * ci: add Codecov workflow for test coverage reporting * ci: update Codecov workflow for test coverage reporting * chore: add @cypress/code-coverage as a devDependency and update pnpm-lock.yaml * chore: integrate @cypress/code-coverage for enhanced test coverage tracking * feat: add coverage instrumentation for Cypress tests in webpack config * chore: update pnpm-lock.yaml with new dependencies for coverage instrumentation and add cypress-coverage to .gitignore * chore: enhance Babel configuration for test coverage with Istanbul plugin and add Cypress coverage script * ci: enhance Codecov workflow to include Jest and Cypress coverage reporting * ci: configure coverage output directories for Jest and Cypress in workflows * ci: update Cypress coverage configuration and adjust Codecov workflow for output management * ci: update Codecov workflow to test cypress (#3820) * ci: update Codecov workflow to test cypress * ci: set NODE_ENV to production in Codecov workflow * ci: add build step to Codecov workflow before running tests * ci: update Codecov workflow to use Percy for end-to-end tests * ci: enhance Codecov workflow with environment variables for Cypress * ci: refine Codecov workflow by updating Cypress test commands and environment variables * ci: allow Cypress tests to continue on error in Codecov workflow * ci: removing commented-out steps * Fec 61 add ignore (#3821) * chore: add Codecov configuration file for coverage reporting * chore: add Codecov configuration file for coverage reporting * ci: update Codecov workflow to exclude additional directories from coverage reporting * ci: refine Codecov configuration to simplify ignore patterns * chore: update Codecov configuration with component management rules and layout update (#3822) * chore: update Codecov configuration by removing branch exclusion for main * chore: remove flags from Codecov configuration for Jest and Cypress coverage reporting * ci: update Codecov workflow based on PR feedback * chore: try and fix version error * chore: update based on PR feedback * chore: update with isIstanbulPluginEnabled based on PR feedback * ci: update workflow to include Jest and Cypress coverage reporting with uploads to Codecov * Fec 61 codecov unified workflow (#3828) * chore: test new main workflow * ci: update main workflow to ensure type checks and linters always run * ci: update main workflow * ci: update main workflow * ci: update main workflow * refactor: update workflow based on PR feedback * refactor: update workflow based on PR feedback * refactor: update workflow based on PR feedback * chore: refactor workflow based on PR feedback * chore: remove unused npm script * ci: removing unnecessary env var * fix: remove unwanted tsconfig change * refactor(babel-preset-mc-app): update test * refactor: remove console log * refactor: ignore browserlist warning * refactor: ignore additional browserlist warning * chore(babel): upgraded version for istanbul * chore(istanbul): added exclusion list * test(setup-test-framework): added function workaround for radix ui selectors in tests --------- Co-authored-by: Carlos Cortizas <[email protected]> Co-authored-by: Kevin Terry <[email protected]>
…nd layout update
Summary
Description