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

fix(assert): improve multi-depth logs #265

Merged
merged 1 commit into from
May 19, 2024
Merged

fix(assert): improve multi-depth logs #265

merged 1 commit into from
May 19, 2024

Conversation

wellwelwel
Copy link
Owner

Closes #32.

Copy link

codecov bot commented May 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.69%. Comparing base (ea5ed38) to head (94f5054).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #265      +/-   ##
==========================================
+ Coverage   93.56%   93.69%   +0.12%     
==========================================
  Files          30       31       +1     
  Lines        2301     2346      +45     
  Branches      337      350      +13     
==========================================
+ Hits         2153     2198      +45     
  Misses        146      146              
  Partials        2        2              
Flag Coverage Δ
linux-parallel 93.39% <100.00%> (+0.12%) ⬆️
linux-parallel-options 93.60% <100.00%> (+0.12%) ⬆️
linux-sequential 91.90% <100.00%> (+0.15%) ⬆️
linux-sequential-options 92.07% <100.00%> (+0.15%) ⬆️
osx-parallel 93.39% <100.00%> (+0.12%) ⬆️
osx-parallel-options 93.60% <100.00%> (+0.12%) ⬆️
osx-sequential 91.90% <100.00%> (+0.15%) ⬆️
osx-sequential-options 92.07% <100.00%> (+0.15%) ⬆️
windows-parallel 92.83% <100.00%> (+0.14%) ⬆️
windows-parallel-options 93.05% <100.00%> (+0.13%) ⬆️
windows-sequential 91.34% <100.00%> (+0.16%) ⬆️
windows-sequential-options 91.51% <100.00%> (+0.16%) ⬆️

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 May 19, 2024 09:45
@wellwelwel wellwelwel merged commit f7abbfa into main May 19, 2024
37 checks passed
@wellwelwel wellwelwel deleted the assert-logs branch May 19, 2024 09:47
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.

Improve logs for RegExp and Functions inside arrays
1 participant