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: watch dynamic imports #397

Merged
merged 24 commits into from
Jun 15, 2024
Merged

feat: watch dynamic imports #397

merged 24 commits into from
Jun 15, 2024

Conversation

wellwelwel
Copy link
Owner

Continuing from #393, it's now possible to watch all the tests and files that contain tests (such as src).

There are no changes for user.

It's important to note that the import mapping only looks for direct imports.

src/services/map-tests.ts Fixed Show fixed Hide fixed
Copy link

codecov bot commented Jun 15, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.59%. Comparing base (a4b63bc) to head (7b90cb7).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #397      +/-   ##
==========================================
+ Coverage   95.46%   95.59%   +0.13%     
==========================================
  Files          36       37       +1     
  Lines        2996     3089      +93     
  Branches      457      466       +9     
==========================================
+ Hits         2860     2953      +93     
  Misses        125      125              
  Partials       11       11              
Flag Coverage Δ
linux-parallel 95.20% <100.00%> (+0.14%) ⬆️
linux-parallel-options 95.50% <100.00%> (+0.13%) ⬆️
linux-sequential 94.07% <100.00%> (+0.18%) ⬆️
linux-sequential-options 94.33% <100.00%> (+0.17%) ⬆️
osx-parallel ?
osx-parallel-options 95.50% <100.00%> (+0.13%) ⬆️
osx-sequential 94.07% <100.00%> (+0.18%) ⬆️
osx-sequential-options 94.33% <100.00%> (+0.17%) ⬆️
windows-parallel 94.82% <100.00%> (+0.16%) ⬆️
windows-parallel-options 95.11% <100.00%> (+0.15%) ⬆️
windows-sequential 93.68% <100.00%> (+0.19%) ⬆️
windows-sequential-options 93.94% <100.00%> (+0.18%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@wellwelwel wellwelwel marked this pull request as ready for review June 15, 2024 06:55
@wellwelwel wellwelwel merged commit fd4fe6a into main Jun 15, 2024
39 checks passed
@wellwelwel wellwelwel deleted the watch-src branch June 16, 2024 03:05
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