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

New rule: no-done-fail #334

Merged
merged 1 commit into from
Nov 18, 2024
Merged

New rule: no-done-fail #334

merged 1 commit into from
Nov 18, 2024

Conversation

edg2s
Copy link
Member

@edg2s edg2s commented Nov 18, 2024

Fixes #332

Copy link

codecov bot commented Nov 18, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (0e41a53) to head (06b8480).
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff            @@
##            master      #334   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files          103       104    +1     
  Lines          608       624   +16     
=========================================
+ Hits           608       624   +16     
Files with missing lines Coverage Δ
src/index.js 100.00% <ø> (ø)
src/rules/no-done-fail.js 100.00% <100.00%> (ø)
src/utils.js 100.00% <100.00%> (ø)

@jdforrester jdforrester merged commit 1d557ed into master Nov 18, 2024
8 checks passed
@jdforrester jdforrester deleted the no-done-fail branch November 18, 2024 14:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

jquery: emit warning or error for .done() and .fail()
2 participants