Skip to content

Use strict types #38

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

Merged
merged 5 commits into from
Oct 29, 2020
Merged

Use strict types #38

merged 5 commits into from
Oct 29, 2020

Conversation

dbartholomae
Copy link
Owner

Closes #36

Checklist:

  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.

@codecov
Copy link

codecov bot commented Oct 29, 2020

Codecov Report

Merging #38 into main will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##              main       #38   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           53        54    +1     
  Lines          519       520    +1     
  Branches        98        98           
=========================================
+ Hits           519       520    +1     
Impacted Files Coverage Δ
packages/compose/src/compose.ts 100.00% <ø> (ø)
packages/compose/src/compose-handler.ts 100.00% <100.00%> (ø)
...tp-header-normalizer/src/http-header-normalizer.ts 100.00% <100.00%> (ø)
...ddy-adaptor/src/MiddyMiddleware/MiddyMiddleware.ts 100.00% <100.00%> (ø)
...or/src/MiddyMiddleware/promisifyMiddyMiddleware.ts 100.00% <100.00%> (ø)
...iddyMiddleware/promisifyMiddyMiddlewareFunction.ts 100.00% <100.00%> (ø)
packages/middy-adaptor/src/middy-adaptor.ts 100.00% <100.00%> (ø)
packages/utils/src/promisifyHandler.ts 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ec210fa...1b584f1. Read the comment docs.

@dbartholomae dbartholomae merged commit e4eccb5 into main Oct 29, 2020
@dbartholomae dbartholomae deleted the use_strict_types branch October 29, 2020 19:39
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.

Question - Composing multiple middleware
1 participant