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(await-async-events): false positives for userEvent.setup() returned #895

Merged

fix: don't report on setup returned as arrow function body

7837d4f
Select commit
Failed to load commit list.
Merged

fix(await-async-events): false positives for userEvent.setup() returned #895

fix: don't report on setup returned as arrow function body
7837d4f
Select commit
Failed to load commit list.
Codecov / codecov/project succeeded Apr 12, 2024 in 1s

96.31% (+0.08%) compared to 93a6ab9

View this Pull Request on Codecov

96.31% (+0.08%) compared to 93a6ab9

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.31%. Comparing base (93a6ab9) to head (7837d4f).
Report is 5 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #895      +/-   ##
==========================================
+ Coverage   96.23%   96.31%   +0.08%     
==========================================
  Files          44       44              
  Lines        2419     2445      +26     
  Branches     1000     1023      +23     
==========================================
+ Hits         2328     2355      +27     
+ Misses         91       90       -1     

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