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/add type support to responses #97

Conversation

AaronPerezPerez
Copy link
Contributor

  • Adds support for typing request responses
  • Adds standard error response type
  • Adds support for custom error response types

@codecov-commenter
Copy link

codecov-commenter commented Jan 15, 2022

Codecov Report

Merging #97 (71c5bb3) into main (0815b1d) will decrease coverage by 0.01%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main      #97      +/-   ##
==========================================
- Coverage   96.44%   96.42%   -0.02%     
==========================================
  Files          11       11              
  Lines         197      196       -1     
  Branches       40       39       -1     
==========================================
- Hits          190      189       -1     
  Misses          6        6              
  Partials        1        1              
Impacted Files Coverage Δ
src/TepperBuilder.ts 93.75% <100.00%> (ø)
src/TepperRunner.ts 98.46% <100.00%> (-0.03%) ⬇️
src/utils/safeJsonParse.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 0815b1d...71c5bb3. Read the comment docs.

@DanielRamosAcosta DanielRamosAcosta self-assigned this Aug 1, 2022
@DanielRamosAcosta DanielRamosAcosta added the enhancement New feature or request label Aug 1, 2022
@DanielRamosAcosta DanielRamosAcosta self-requested a review August 1, 2022 14:24
@AaronPerezPerez AaronPerezPerez force-pushed the feat/add-type-support-to-responses branch from 8827dd8 to c86b57c Compare August 24, 2022 08:52
@AaronPerezPerez AaronPerezPerez force-pushed the feat/add-type-support-to-responses branch from c86b57c to ea96501 Compare August 24, 2022 08:54
@DanielRamosAcosta DanielRamosAcosta changed the base branch from main to feat/add-type-support-to-responses August 25, 2022 10:38
@DanielRamosAcosta DanielRamosAcosta merged commit f65e301 into DanielRamosAcosta:feat/add-type-support-to-responses Aug 25, 2022
@AaronPerezPerez AaronPerezPerez deleted the feat/add-type-support-to-responses branch April 25, 2024 00:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants