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

ammaraskar / pyCraft / 388 / 5
92%
master: 92%

Build:
DEFAULT BRANCH: master
Ran 11 May 2019 07:09AM UTC
Files 35
Run time 1s
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

11 May 2019 06:43AM UTC coverage: 97.101% (-1.0%) from 98.136%
TOX_ENV=py36

push

travis-ci

joodicator
Add support for Minecraft 18w43a to 1.14 (protocols 441 to 477)

This commit introduces two backward-incompatible changes which may break
existing code:

(1) `networking.packets.clientbound.play.SpawnObjectPacket.EntityType'
is no longer accessible as an attribute of the the `SpawnObjectPacket'
class: the values now depend on a `ConnectionContext`, and must be
accessed through an instance, or using `SpawnObjectPacket.field_enum'.
See the text of the `AttributeError` raised from the descriptor for
`SpawnObjectPacket.EntityType` for the full details.

(2) For some subclasses of `networking.types.Type', it is necessary to
call the methods `read_with_context' and `send_with_context' instead of
`read' and `send', supplying a `ConnectionContext' for those data types
- currently only `Position` - whose layout depends on it.

436 of 496 branches covered (87.9%)

1742 of 1794 relevant lines covered (97.1%)

0.97 hits per line

Source Files on job 388.5 (TOX_ENV=py36)
  • Tree
  • List 0
  • Changed 14
  • Source Changed 13
  • Coverage Changed 14
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 367
  • Travis Job 388.5
  • 612fa8e3 on github
  • Prev Job for TOX_ENV=py36 on master (#374.5)
  • Next Job for TOX_ENV=py36 on master (#389.5)
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