NetDevelopersPoland / NetDevPLWebsite

MIT License
22 stars 24 forks source link

CHanges in the mechanism responsible for reading URl to a post #60

Closed misiek1984 closed 7 years ago

misiek1984 commented 7 years ago

Before my changes BlogDataProvider assumed that SyndicationItem.Id contains an url of a post. However it is not always true. I changed the implementation so that an url can be retrieved from SyndicationItem.Links collection. BlogDataProvider will do so if Blog.IndexOfLinkToPost is set to a correct value.

codecov-io commented 7 years ago

Current coverage is 5.21% (diff: 100%)

Merging #60 into master will not change coverage

@@            master       #60   diff @@
========================================
  Files            4         4          
  Lines          115       115          
  Methods         76        76          
  Messages         0         0          
  Branches        13        13          
========================================
  Hits             6         6          
  Misses         109       109          
  Partials         0         0          

Powered by Codecov. Last update 042b9d8...a569616