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

Custom parameter decorators #329

Merged
merged 4 commits into from May 6, 2019
Merged

Custom parameter decorators #329

merged 4 commits into from May 6, 2019

Conversation

MichalLytek
Copy link
Owner

This PR allows to create a custom param decorators, described in #45.

@MichalLytek MichalLytek added the Enhancement 🆕 New feature or request label May 5, 2019
@MichalLytek MichalLytek added this to the 1.0.0 release milestone May 5, 2019
@MichalLytek MichalLytek self-assigned this May 5, 2019
@MichalLytek MichalLytek added this to In review in Board via automation May 5, 2019
@codecov
Copy link

codecov bot commented May 5, 2019

Codecov Report

Merging #329 into master will decrease coverage by 0.02%.
The diff coverage is 94.11%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #329      +/-   ##
==========================================
- Coverage   94.48%   94.45%   -0.03%     
==========================================
  Files          69       71       +2     
  Lines         979      992      +13     
  Branches       74       74              
==========================================
+ Hits          925      937      +12     
- Misses         51       52       +1     
  Partials        3        3
Impacted Files Coverage Δ
src/resolvers/helpers.ts 100% <100%> (ø) ⬆️
src/decorators/createMethodDecorator.ts 100% <100%> (ø)
src/decorators/index.ts 100% <100%> (ø) ⬆️
src/decorators/createParamDecorator.ts 83.33% <83.33%> (ø)

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 0f992d8...c2411c3. Read the comment docs.

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
Board
  
Done
Development

Successfully merging this pull request may close these issues.

None yet

1 participant