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

chore: add return types to watch-processor.ts #1562

Merged
merged 1 commit into from
Dec 11, 2024

Conversation

samayer12
Copy link
Collaborator

Description

Adds return typing to untyped functions.

Related Issue

Fixes #1546

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Other (security config, docs update, etc)

Checklist before merging

@samayer12 samayer12 requested a review from a team as a code owner December 11, 2024 17:41
Copy link

codecov bot commented Dec 11, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 78.82%. Comparing base (a7989f7) to head (e99231e).
Report is 2 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #1562   +/-   ##
=======================================
  Coverage   78.82%   78.82%           
=======================================
  Files          41       41           
  Lines        1804     1804           
  Branches      403      430   +27     
=======================================
  Hits         1422     1422           
  Misses        380      380           
  Partials        2        2           
Files with missing lines Coverage Δ
src/lib/watch-processor.ts 78.64% <100.00%> (ø)

@cmwylie19 cmwylie19 added this pull request to the merge queue Dec 11, 2024
Merged via the queue into main with commit ac05c1d Dec 11, 2024
48 checks passed
@cmwylie19 cmwylie19 deleted the 1546-watch-processor-typing branch December 11, 2024 20:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: ✅ Done
Development

Successfully merging this pull request may close these issues.

return types on watch-processor.ts
2 participants