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

Release v0.9.2 #206

Merged
merged 16 commits into from
Oct 17, 2020
Merged

Release v0.9.2 #206

merged 16 commits into from
Oct 17, 2020

Conversation

prkumar
Copy link
Owner

@prkumar prkumar commented Oct 17, 2020

Added

Fixed

prkumar and others added 16 commits February 8, 2020 01:07
Fix FileNotFoundError in Python 3.6 builds
Both versions have reached their EOL.
This involves copying function attributes (e.g., docstrings) using
`functools.update_wrapper`.

Original post on Gitter:
https://gitter.im/python-uplink/Lobby?at=5efcf94ce0e5673398e865e2
…e client's behavior into pydantic's models

feat(setup): Add pydantic as extra package and update pipenv
Update fallback strategies for converters
@codecov
Copy link

codecov bot commented Oct 17, 2020

Codecov Report

Merging #206 into stable will decrease coverage by 0.08%.
The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##            stable     #206      +/-   ##
===========================================
- Coverage   100.00%   99.91%   -0.09%     
===========================================
  Files           41       44       +3     
  Lines         2322     2390      +68     
  Branches       173      174       +1     
===========================================
+ Hits          2322     2388      +66     
- Misses           0        2       +2     
Impacted Files Coverage Δ
uplink/arguments.py 100.00% <100.00%> (ø)
uplink/builder.py 100.00% <100.00%> (ø)
uplink/commands.py 100.00% <100.00%> (ø)
uplink/converters/__init__.py 100.00% <100.00%> (ø)
uplink/converters/pydantic_.py 100.00% <100.00%> (ø)
uplink/converters/standard.py 100.00% <100.00%> (ø)
uplink/utils.py 93.54% <0.00%> (-6.46%) ⬇️
uplink/__init__.py 100.00% <0.00%> (ø)
uplink/exceptions.py 100.00% <0.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 be2b3ac...b19b146. Read the comment docs.

@prkumar prkumar merged commit 7c3e030 into stable Oct 17, 2020
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.

2 participants