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

Fullscreen / yt
93%
master: 94%

Build:
Build:
LAST BUILD BRANCH: v0.33.4
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 update-tests
branch: update-tests
CHANGE BRANCH
x
Reset
  • update-tests
  • 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
  • master
  • 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-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
447

push

travis-ci

dgb
Re-enable CI Tests

Introduces a number of changes in order to get tests working on CI, and
documents the necessary steps for running integration tests against the
codebase.

One change is that particular tests that run into rate-limit issues
quickly (such as those that create playlists) or that require
particular, YouTube-given permissions are tagged as such and disabled in
the normal test run. Also, all tests in the `as_content_owner` section
have been disabled, since they require a very particular (and brittle)
setup.

There are a few tweaks here and there changing magic IDs to new magic
IDs. The way these tests work should probably be reconsidered later.

Finally, the Travis config has been changed to work with a new version
of Ruby.

19 of 19 new or added lines in 9 files covered. (100.0%)

5482 of 5884 relevant lines covered (93.17%)

33.53 hits per line

Relevant lines Covered
Build:
Build:
5884 RELEVANT LINES 5482 COVERED LINES
33.53 HITS PER LINE
Source Files on update-tests
  • List 0
  • Changed 28
  • Source Changed 3
  • Coverage Changed 28
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
447 update-tests Re-enable CI Tests Introduces a number of changes in order to get tests working on CI, and documents the necessary steps for running integration tests against the codebase. One change is that particular tests that run into rate-limit issues quic... push 18 Jun 2019 11:06PM UTC dgb travis-ci pending completion  
448 update-tests Re-enable CI Tests Introduces a number of changes in order to get tests working on CI, and documents the necessary steps for running integration tests against the codebase. One change is that particular tests that run into rate-limit issues quic... Pull #350 18 Jun 2019 11:06PM UTC web-flow travis-ci pending completion  
445 update-tests Change test back push 18 Jun 2019 10:47PM UTC dgb travis-ci pending completion  
446 update-tests Change test back Pull #350 18 Jun 2019 10:40PM UTC web-flow travis-ci pending completion  
444 update-tests Test travis Pull #350 13 Jun 2019 10:30PM UTC web-flow travis-ci pending completion  
443 update-tests Test travis push 13 Jun 2019 10:26PM UTC dgb 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

© 2025 Coveralls, Inc