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

postlund / pyatv
96%
master: %

Build:
Build:
LAST BUILD BRANCH: dependabot/pip/coveralls-1.10.0
DEFAULT BRANCH: master
Repo Added 02 Feb 2017 09:22AM UTC
Files 186
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 release_0_3_x
branch: release_0_3_x
CHANGE BRANCH
x
Reset
  • release_0_3_x
  • add_stop
  • aiohttp_130
  • aiohttp_1_3_1
  • aiohttp_version
  • aiozeroconf
  • aiozeroconf_proxy
  • airplay-session
  • airplay_creda
  • airplay_creds
  • airplay_leading_zeros
  • airplay_parse_fix
  • airplay_permissions
  • airplay_refactor
  • airplay_retry
  • airplay_session
  • airplay_test
  • arrow_keys_atv4
  • artwork_docs
  • artwork_docs-1
  • artwork_fixing
  • artwork_url
  • async_await_fix
  • async_updates
  • atvremote_help
  • atvremote_name
  • atvremote_tests
  • basic_info
  • bugfix
  • bump_aiohttp
  • cleanup
  • code_of_conduct
  • connect
  • connection
  • contributing_file
  • custom_pairing_guid
  • custom_session
  • dependabot/pip/coveralls-1.10.0
  • deprecate_py34
  • device_auth
  • devid_scan
  • disable_ipv6
  • doc_manual_connect
  • docs
  • docs_update
  • enums
  • extract_command_listing
  • fast_scan
  • fifth_prerel
  • fix_bugs
  • fix_code_issues
  • fix_daap_timeouts
  • fix_device_id
  • fix_doc_links
  • fix_flaky_test
  • fix_leaks
  • fix_mrp_pairing
  • fix_pages
  • fix_pin
  • fix_play_url
  • fix_requirements
  • fix_return_code
  • fix_service
  • fix_test
  • fixes
  • fourth_prerel
  • genre_support
  • hash_function
  • heads/refs/remove_layouts
  • implementation_proposal
  • import_fixes
  • initial_docs
  • issue_templates
  • keyboard
  • lgtm_badge
  • mac_as_id
  • master
  • media_kinds
  • minor_fix
  • more_docs
  • more_mrp_tests
  • mrp
  • mrp_creds
  • mrp_fixes
  • mrp_flow
  • mrp_idle_state
  • mrp_pair_exception
  • mrp_playing_tests
  • mrp_position
  • mrp_proxy
  • mrp_scan
  • mrp_tests
  • multiple_commands
  • new_version
  • no_home_sharing
  • pair_breakout
  • pair_fix
  • pair_ip_fix
  • pairing
  • pairing_guid
  • pairing_improvements
  • pairing_process
  • parse_fix
  • pin
  • play_media
  • play_state_logic
  • play_url
  • playing_idle
  • playing_output
  • playstate_2
  • pre_rel0
  • pre_rel1
  • protobuf_messages
  • protobuf_raw
  • protocol_fix
  • proxy
  • proxy_fix
  • py36
  • python_bump
  • quantifiedcode
  • re_login
  • refactor
  • regressions
  • rel_0_4_0a7
  • release
  • release_0_3_0
  • release_0_3_5
  • release_0_3_6
  • release_0_4_0a8
  • release_0_4_0a9
  • release_0_4_a10
  • release_script_fixes
  • remove_dev_commands
  • remove_quantifiedcode
  • remove_timeout
  • rename
  • requirement_fixes
  • rtd
  • scan_bug
  • setup_script
  • shuffle_repeat
  • sixth_prerel
  • small_fix
  • state_change
  • status_code_bug
  • sticky_pairing
  • suspend
  • test_atvremote
  • test_requirements
  • textinput
  • tvos13_fix
  • unique_id
  • unpin_deps
  • upgrade_zeroconf
  • uplift
  • url_bug
  • v0.3.10
  • v0.3.11
  • v0.3.12
  • v0.3.13
  • v0.3.5
  • v0.3.6
  • v0.3.9
  • v0.4.0a3
  • verbose_flag_fix
  • version_improvements
  • wakeup
  • zeroconf_bump
  • zeroconf_stub

pending completion
503

push

travis-ci

postlund
Relase 0.3.13

1 of 1 new or added line in 1 file covered. (100.0%)

967 of 1008 relevant lines covered (95.93%)

2.88 hits per line

Relevant lines Covered
Build:
Build:
1008 RELEVANT LINES 967 COVERED LINES
2.88 HITS PER LINE
Source Files on release_0_3_x
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
503 release_0_3_x Relase 0.3.13 push 26 Aug 2019 04:20AM UTC postlund travis-ci pending completion  
502 release_0_3_x Add support for stop play state push 26 Aug 2019 04:17AM UTC postlund travis-ci pending completion  
499 release_0_3_x Release 0.3.12 push 07 Dec 2018 07:57AM UTC postlund travis-ci pending completion  
487 release_0_3_x Use same user agent as iTunes Remote app Apparently tvOS filters the user agent string now when doing DAAP requests, otherwise the request will just time out. So we just provide the same one as the iTunes Remote app (that I sniffed with wireshark). push 06 Dec 2018 09:24PM UTC postlund travis-ci pending completion  
476 release_0_3_x Fix status code check bug push 06 Dec 2018 08:06PM UTC postlund travis-ci pending completion  
470 release_0_3_x Handle leading zeros in PIN when pairing If a PIN code started with one or more zeros, those zeros would be dropped and the verifcation would fail. This commit fixes that issue. push 04 Dec 2018 07:18AM UTC postlund travis-ci pending completion  
465 release_0_3_x Use iPhone as device type when pairing During pairing, pyatv reports back to the Apple TV that it is an iPod. This is mostly becuase all other libraries out there does that. But for some reason tvOS will now remove all paired devices with the ipo... push 03 Dec 2018 07:35PM UTC postlund travis-ci pending completion  
462 release_0_3_x Give better error when AirPlay fails Now NoCredentialsError is raised if a stream is sent to a device that requires device authentication. Hopefully this makes it more clear what is going on. push 03 Dec 2018 07:20PM UTC postlund travis-ci pending completion  
454 release_0_3_x Relase 0.3.11 push 29 Nov 2018 07:40PM UTC postlund travis-ci pending completion  
441 release_0_3_x WIP: Prototype keyboard input This does not seem to work yet but can act as a base in case we find out what is wrong... Pull #148 05 Jun 2018 05:05AM UTC web-flow travis-ci pending completion  
See All Builds (874)
  • 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