• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

sachin-handiekar / jInstagram / 319 / 1
62%
master: 62%

Build:
DEFAULT BRANCH: master
Ran 13 Oct 2016 05:34PM UTC
Files 89
Run time 5s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

13 Oct 2016 05:32PM UTC coverage: 56.954% (-10.7%) from 67.683%
319.1

Pull #182

travis-ci

web-flow
deprecate TagMediaFeed and the API using it

Motivation

TagMediaFeed encapsulates exactly the same state as MediaFeed. Having
two separate classes makes it difficult to:
- reason about
- process a collection of both MediaFeed and TagMediaFeed

Point #2 is exacerbated by the returned MediaFeed type from the
InstagramClient#getRecentMediaNextPage API. This API flow starts with
an initial TagMediaFeed and fetches subsequence MediaFeed objects
which makes using Java 8 streams difficult.

Solution

Deprecate the use of TagMediaFeed in favor of MediaFeed. APIs were
added to InstagramClient to fetch tagged media with a MediaFeed
response type.

Deprecation notices were added conveying API removal in next major
version (likely 2) and what APIs you should use now to avoid
deprecation warnings.

fixes #179
Pull Request #182: deprecate TagMediaFeed and the API using it

946 of 1661 relevant lines covered (56.95%)

5.08 hits per line

Source Files on job 319.1
  • Tree
  • List 0
  • Changed 36
  • Source Changed 3
  • Coverage Changed 36
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 319
  • Travis Job 319.1
  • 64eebea9 on github
  • Prev Job for on master (#317.1)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc