vintasoftware / django-knowledge-share

The engine behind Vinta's Lessons Learned page.
https://vintasoftware.com/lessons-learned/
MIT License
37 stars 1 forks source link

Removed url from slug #8

Closed andersonresende closed 7 years ago

andersonresende commented 7 years ago

https://trello.com/c/QKpdlrKl/88-remove-url-from-future-microblog-slugs

codecov-io commented 7 years ago

Codecov Report

Merging #8 into master will increase coverage by 0.05%. The diff coverage is 100%.

@@            Coverage Diff             @@
##           master       #8      +/-   ##
==========================================
+ Coverage   95.31%   95.37%   +0.05%     
==========================================
  Files          10       10              
  Lines         235      238       +3     
  Branches       13       13              
==========================================
+ Hits          224      227       +3     
  Misses         11       11
Impacted Files Coverage Δ
knowledge_share/twitter_helpers.py 100% <100%> (ø) :white_check_mark:
knowledge_share/rss_feeds.py 100% <100%> (ø) :white_check_mark:
knowledge_share/models.py 100% <100%> (ø) :white_check_mark:
knowledge_share/templatetags/microblog.py 80% <100%> (ø) :white_check_mark:
knowledge_share/views.py 93.33% <100%> (-0.09%) :x:
knowledge_share/urls.py 100% <100%> (ø) :white_check_mark:

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 9ca4b2f...01d2da5. Read the comment docs.