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

Fullscreen / yt
94%

Build:
DEFAULT BRANCH: master
Repo Added 14 May 2014 08:16AM UTC
Files 181
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

LAST BUILD ON BRANCH master
branch: master
CHANGE BRANCH
x
Reset
  • master
  • accept-camelcase-privacy-status
  • accept-env-variables
  • activesupport-4.1.4
  • add-authentication
  • add-days-and-weeks-to-duration
  • add-filter-to-account-videos
  • add-live-attributes
  • add-live-streaming-detail
  • add-log-level
  • add-new-url-back
  • add-partnered-channels
  • add-statistics
  • add-status-fields
  • add-todo
  • add-video-update
  • add-viewer-percentages
  • add-yt-support-back
  • analytics
  • asset-and-ownership
  • asset-monetization-flow
  • auth-no-api-key
  • automatically-refresh-the-access-token
  • be-kind-rewind
  • better-code
  • better-weather
  • bug/playlist-status
  • bump-gems
  • bump-rspec
  • camelize
  • channel-comment-count
  • channels-with-more-than-500-videos
  • co-upload-thumbnail
  • co-video-update
  • delegate-explicitly
  • device
  • do-not-delete
  • don-t-fail-on-adding-unavailable-videos
  • extend-snippet
  • extract-metrics
  • extract-reports
  • extracting-has-many
  • extracting-status
  • feature/approval_prompt
  • feature/claim-third-party
  • feature/claims
  • feature/collection-include
  • feature/content-owner-detail
  • feature/content-owners-list
  • feature/list-claims
  • feature/policies
  • feature/references
  • feature/video-search
  • fix-annotations
  • fix-annotations-with-0-timestamp
  • fix-claim-segments
  • fix-duration
  • fix-failing-spec
  • fix-gzip-for-ruby-19
  • fix-refresh
  • fix-ruby-specs
  • fix-travis
  • fix-travis-key
  • handle-random-400-error-from-youtube
  • implement-access-token
  • issue-43
  • limit-refresh-retry
  • list-references
  • metrics-for-non-content-owners
  • more-metrics
  • only-update-passed-parameters
  • playlist-items-content-owner
  • remove-by-week
  • remove-collection-resources
  • rename-rating-update-to-set
  • rename-time-updated
  • reports-for-videos
  • rescue-503-errors
  • retry-refresh-token-once
  • retry-timeout
  • retry-youtube-request-when-they-might-work-the-second-time
  • sanitize-angle-brackets
  • size-not-count
  • sort-videos-by-most-recent-first
  • stage
  • stage-2
  • stage-3
  • temporarily-add-logger-to-notify-google-of-500-errors
  • temporarily-skip-content-owner-specs
  • test-rspec-tag
  • token-empty
  • track-500-errors-separately
  • transform-brackets-in-snippets
  • update-accepts-both-underscore-and-camelcase
  • update-changelog-for-jcohenho
  • update-patch-asset
  • update-tests
  • update-video-status
  • upload-in-chunks
  • upload-video
  • url-id-bug-fixes
  • v0.11.0
  • v0.11.1
  • v0.32.4
  • v0.32.5
  • v0.32.6
  • v0.33.0
  • v0.33.2
  • v0.33.4
  • v0.4.10
  • v0.4.7
  • v0.4.8
  • v0.4.9
  • v0.5.10
  • v0.5.11
  • v0.5.12
  • v0.5.13
  • v0.5.14
  • v0.5.3
  • v0.5.4
  • v0.5.5
  • v0.5.6
  • v0.5.7
  • v0.5.8
  • v0.5.9
  • v0.6.0
  • v0.6.1
  • v0.6.2
  • v0.6.3
  • v0.6.4
  • v0.6.5
  • v0.6.6
  • v0.7.0
  • v0.7.1
  • v0.7.10
  • v0.7.11
  • v0.7.2
  • v0.7.3
  • v0.7.4
  • v0.7.5
  • v0.7.6
  • v0.7.8
  • v0.7.9
  • v0.8.0
  • v0.8.1
  • v0.8.2
  • v0.8.3
  • v0.8.4
  • v0.8.5
  • v0.9.0
  • v0.9.1
  • v0.9.2
  • v0.9.3
  • v0.9.4
  • v0.9.6
  • v0.9.7
  • vcr
  • version-bump
  • yt-collections-videos
  • yt-info
  • yt-video-where

pending completion
593

Pull #406

travis-ci

web-flow
Merge aa1c848ff into 126b1fe3d
Pull Request #406: Added support for showing processing details to videos

18 of 18 new or added lines in 2 files covered. (100.0%)

5642 of 6012 relevant lines covered (93.85%)

40.6 hits per line

Relevant lines Covered
Build:
Build:
6012 RELEVANT LINES 5642 COVERED LINES
40.6 HITS PER LINE
Source Files on master
Detailed source file information is not available for this build.

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
593 master Merge aa1c848ff into 126b1fe3d Pull #406 18 May 2021 10:20PM UTC web-flow travis-ci pending completion  
592 master Merge 5a9f83dac into 126b1fe3d Pull #403 05 Mar 2021 04:17PM UTC web-flow travis-ci pending completion  
590 master Don't retry on quota errors (#401) * Don't retry on quota errors They say that insanity is doing the same thing over and over and expecting different results... This patch removes retry behavior on quota issues because: * this isn't use... push 15 Jan 2021 07:19PM UTC web-flow travis-ci pending completion  
585 master Made for kids support (#399) * Add support for "made for kids" to videos It adds support for "madeForKids" and "selfDeclaredMadeForKids" YouTube's status fields to videos. * Add support for "made for kids" to channels It adds support fo... push 16 Dec 2020 08:56PM UTC web-flow travis-ci pending completion  
582 master Allow nil id and require URL (#397) * Allow nil id and require URL Make sure that instantiating models with a `nil` ID is defined. Also require the URL model in Yt. * one undo too far push 17 Nov 2020 10:36PM UTC web-flow travis-ci pending completion  
575 master Page token sometimes not missing, only empty string (#396) push 12 Nov 2020 01:01AM UTC web-flow travis-ci pending completion  
572 master Bump version (#394) push 19 Oct 2020 04:08PM UTC web-flow travis-ci pending completion  
569 master Only retry refresh tokens once (#393) We should only retry exchanging the refresh token once, since if it fails it's not likely to succeed and there's something else going on. push 16 Oct 2020 09:56PM UTC web-flow travis-ci pending completion  
565 master Remove comment_count metric of a channel, by YouTube change (#390) push 10 Sep 2020 08:05PM UTC web-flow travis-ci pending completion  
557 master Version bump (#385) * Add fix to changelog * Bump version to 0.33.0 * Release today push 10 Apr 2020 07:41PM UTC web-flow travis-ci pending completion  
See All Builds (469)
  • Repo on GitHub
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