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

major: Change reason type from string to array #279

Merged
merged 3 commits into from
Mar 18, 2022
Merged

Conversation

styfle
Copy link
Member

@styfle styfle commented Mar 18, 2022

There is a scenario where a single file is both imported as a dependency and read as a asset file so we must keep track of both usages in the Reason object.

@codecov
Copy link

codecov bot commented Mar 18, 2022

Codecov Report

Merging #279 (04efb04) into main (209b52d) will increase coverage by 0.02%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #279      +/-   ##
==========================================
+ Coverage   80.62%   80.65%   +0.02%     
==========================================
  Files          13       13              
  Lines        1461     1463       +2     
  Branches      543      544       +1     
==========================================
+ Hits         1178     1180       +2     
  Misses        116      116              
  Partials      167      167              
Impacted Files Coverage Δ
src/node-file-trace.ts 86.69% <100.00%> (+0.12%) ⬆️

📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more

@styfle styfle marked this pull request as ready for review March 18, 2022 19:57
@styfle styfle requested a review from ijjk as a code owner March 18, 2022 19:57
test/unit.test.js Outdated Show resolved Hide resolved
@styfle styfle requested a review from ijjk March 18, 2022 20:06
Copy link
Member

@ijjk ijjk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, thanks!

@styfle styfle enabled auto-merge (squash) March 18, 2022 20:14
@styfle styfle merged commit 3b377c5 into main Mar 18, 2022
@styfle styfle deleted the feature-add-reason-array branch March 18, 2022 20:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants