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

Rewrite to TS #22

Merged
merged 7 commits into from
Jul 28, 2023

test(__helpers__/testloader): switch to testing built version

fd8fcd4
Select commit
Loading
Failed to load commit list.
Merged

Rewrite to TS #22

test(__helpers__/testloader): switch to testing built version
fd8fcd4
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Jul 28, 2023 in 1s

68.81% (-31.19%) compared to 9892a5d

View this Pull Request on Codecov

68.81% (-31.19%) compared to 9892a5d

Details

Codecov Report

Merging #22 (fd8fcd4) into main (9892a5d) will decrease coverage by 31.19%.
Report is 3 commits behind head on main.
The diff coverage is 64.92%.

@@             Coverage Diff              @@
##              main      #22       +/-   ##
============================================
- Coverage   100.00%   68.81%   -31.19%     
============================================
  Files            7        8        +1     
  Lines          201      311      +110     
  Branches         0       19       +19     
============================================
+ Hits           201      214       +13     
- Misses           0       97       +97     
Files Changed Coverage Δ
src/__bin__/esmlm.ts 0.00% <0.00%> (ø)
src/index.ts 62.20% <62.20%> (ø)
src/utilities/isBuiltInModule.ts 100.00% <100.00%> (ø)
src/utilities/isInsideDir.ts 100.00% <100.00%> (ø)
src/utilities/isInsideNodeModules.ts 100.00% <100.00%> (ø)
src/utilities/loadURL.ts 100.00% <100.00%> (ø)
src/utilities/resolveConfigFile.ts 100.00% <100.00%> (ø)
src/utilities/resolveProjectRoot.ts 100.00% <100.00%> (ø)