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

feat: request validation using handler object syntax validate and validateEvent(event) #496

Draft
wants to merge 22 commits into
base: main
Choose a base branch
from

feat: merge return type with `context` and preserve body/query

6f2ea16
Select commit
Loading
Failed to load commit list.
Draft

feat: request validation using handler object syntax validate and validateEvent(event) #496

feat: merge return type with `context` and preserve body/query
6f2ea16
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Jun 19, 2024 in 0s

95.90% of diff hit (target 77.83%)

View this Pull Request on Codecov

95.90% of diff hit (target 77.83%)

Annotations

Check warning on line 138 in src/event/event.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/event/event.ts#L138

Added line #L138 was not covered by tests

Check warning on line 92 in src/event/utils.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/event/utils.ts#L92

Added line #L92 was not covered by tests

Check warning on line 94 in src/event/utils.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/event/utils.ts#L94

Added line #L94 was not covered by tests

Check warning on line 15 in src/utils/request.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/utils/request.ts#L14-L15

Added lines #L14 - L15 were not covered by tests