Skip to content
This repository was archived by the owner on Jul 14, 2020. It is now read-only.

Body parsing is now handled by DecodableBody #19

Merged
merged 1 commit into from
Jan 14, 2020

Conversation

fabianfett
Copy link
Owner

No description provided.

@fabianfett fabianfett added this to the v0.4.0 milestone Jan 13, 2020
@codecov
Copy link

codecov bot commented Jan 13, 2020

Codecov Report

Merging #19 into master will decrease coverage by 0.16%.
The diff coverage is 90.47%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #19      +/-   ##
==========================================
- Coverage   84.62%   84.46%   -0.17%     
==========================================
  Files          31       33       +2     
  Lines        1607     1667      +60     
==========================================
+ Hits         1360     1408      +48     
- Misses        247      259      +12
Impacted Files Coverage Δ
...ests/LambdaRuntimeTests/Runtime+CodableTests.swift 90.4% <ø> (ø) ⬆️
Sources/LambdaRuntime/Context.swift 100% <ø> (ø) ⬆️
Sources/LambdaRuntime/Events/APIGateway.swift 66.99% <0%> (-5.58%) ⬇️
...ts/LambdaRuntimeTests/Events/APIGatewayTests.swift 93.18% <100%> (ø) ⬆️
Tests/LambdaRuntimeTests/Events/SNSTests.swift 94.59% <100%> (ø) ⬆️
Sources/LambdaRuntime/Events/ALB.swift 70% <100%> (+0.46%) ⬆️
Tests/LambdaRuntimeTests/Events/ALBTests.swift 98.64% <100%> (ø) ⬆️
Sources/LambdaRuntime/Events/SQS.swift 62.9% <100%> (+12.9%) ⬆️
Sources/LambdaRuntime/Events/DecodableBody.swift 100% <100%> (ø)
Sources/LambdaRuntime/Events/SNS.swift 65.78% <75%> (-6.5%) ⬇️
... and 3 more

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 a09988e...b32d53c. Read the comment docs.

@fabianfett fabianfett force-pushed the feature/bodyDecodable branch 3 times, most recently from 6a327af to fcf59ac Compare January 14, 2020 07:15
@fabianfett fabianfett force-pushed the feature/bodyDecodable branch from fcf59ac to b32d53c Compare January 14, 2020 07:45
@fabianfett fabianfett merged commit 1313eca into master Jan 14, 2020
@fabianfett fabianfett deleted the feature/bodyDecodable branch January 14, 2020 08:15
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant