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

decorators use JsonSerializer by default now #258

Merged
merged 1 commit into from Jun 4, 2017

Conversation

argaen
Copy link
Member

@argaen argaen commented Jun 4, 2017

Also renamed DefaultSerializer to StringSerializer

Closes #252

Also renamed DefaultSerializer to StringSerializer
@codecov-io
Copy link

codecov-io commented Jun 4, 2017

Codecov Report

Merging #258 into master will increase coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #258      +/-   ##
==========================================
+ Coverage   99.18%   99.18%   +<.01%     
==========================================
  Files          13       13              
  Lines         855      856       +1     
  Branches       88       88              
==========================================
+ Hits          848      849       +1     
  Misses          7        7
Impacted Files Coverage Δ
aiocache/settings.py 100% <ø> (ø) ⬆️
aiocache/factory.py 100% <ø> (ø) ⬆️
aiocache/backends/redis.py 100% <ø> (ø) ⬆️
aiocache/backends/memory.py 100% <ø> (ø) ⬆️
aiocache/backends/memcached.py 100% <ø> (ø) ⬆️
aiocache/decorators.py 100% <100%> (ø) ⬆️
aiocache/base.py 100% <100%> (ø) ⬆️
aiocache/serializers.py 90% <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 ff48cf7...1f28c3a. Read the comment docs.

@argaen argaen merged commit 1d7b267 into master Jun 4, 2017
@argaen argaen deleted the enhancement_#252/change_default_serializer branch June 4, 2017 19:09
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.

None yet

2 participants