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

Refactor @returns.* decorator implementations (#144, #145) #154

Merged
merged 2 commits into from
Mar 28, 2019

Conversation

prkumar
Copy link
Owner

@prkumar prkumar commented Mar 28, 2019

Fixes #144 and #145.

Changes proposed in this pull request:

@codecov
Copy link

codecov bot commented Mar 28, 2019

Codecov Report

Merging #154 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master   #154   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files          41     41           
  Lines        2093   2122   +29     
  Branches      167    167           
=====================================
+ Hits         2093   2122   +29
Impacted Files Coverage Δ
uplink/returns.py 100% <100%> (ø) ⬆️
uplink/decorators.py 100% <100%> (ø) ⬆️
uplink/commands.py 100% <100%> (ø) ⬆️

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 592757c...67974bf. Read the comment docs.

@prkumar prkumar merged commit 472c28d into master Mar 28, 2019
@prkumar prkumar deleted the v0.9.0/fix-returns branch March 28, 2019 01:35
@prkumar prkumar added this to the v0.9.0 milestone May 11, 2019
@prkumar prkumar mentioned this pull request Jun 5, 2019
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.

@returns.* decorator doesn't override the return annotation
1 participant