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

build: refactor test run script / targets #659

Merged
merged 1 commit into from
Jul 8, 2024

Conversation

davidlj95
Copy link
Owner

@davidlj95 davidlj95 commented Jul 8, 2024

Refactors run scripts, WebStorm run configs & Makefile targets related to testing after adding Cypress Component Testing.

Mainly:

  • test run script to run all tests: unit & component via pnpm parallel execution by naming them with prefix test:. Include coverage just in case.
  • Rename run configs to specify test is actually unit test
  • Rename Makefile target to specify test is actually unit test
  • Update pipelines accordingly
  • Update docs accordingly

Copy link
Owner Author

This stack of pull requests is managed by Graphite. Learn more about stacking.

Join @davidlj95 and the rest of your teammates on Graphite Graphite

Copy link

codecov bot commented Jul 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.50%. Comparing base (c2cdbea) to head (9d14026).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #659      +/-   ##
==========================================
- Coverage   95.51%   95.50%   -0.01%     
==========================================
  Files         122      122              
  Lines         624      623       -1     
  Branches       77       77              
==========================================
- Hits          596      595       -1     
  Misses         20       20              
  Partials        8        8              

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 17d4ffb...9d14026. Read the comment docs.

@davidlj95 davidlj95 merged commit 7c17cec into main Jul 8, 2024
15 checks passed
@davidlj95 davidlj95 deleted the stacked/build-refactor-test-run-script---targets branch July 8, 2024 21:31
Copy link

🎉 This PR is included in version 2.61.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant