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

thriftrw / thriftrw-python / 706 / 6
92%
master: 92%

Build:
DEFAULT BRANCH: master
Ran 26 Mar 2019 07:00PM UTC
Files 54
Run time 16s
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

26 Mar 2019 06:52PM UTC coverage: 74.483%. Remained the same
TOX_ENV=cover

push

travis-ci

abhinav
test_binary: Appease flake8 type hints

Newer versions of flake8 treat comments like the following as type
hints.

    # type:1 = FOO

Obviously, these are not valid type hints and cause issues with the
linter.

    tests/test_runtime.py:53:41: F723 syntax error in type comment '1 = ONEWAY'
    tests/protocol/test_binary.py:187:22: F723 syntax error in type comment '1 = bool'
    tests/protocol/test_binary.py:195:25: F723 syntax error in type comment '1 = i16'
    tests/protocol/test_binary.py:199:25: F723 syntax error in type comment '1 = list'
    tests/protocol/test_binary.py:203:37: F723 syntax error in type comment '1 = binary'
    tests/protocol/test_binary.py:234:22: F723 syntax error in type comment '1 = i16'
    tests/protocol/test_binary.py:238:34: F723 syntax error in type comment '1 = i32'
    tests/protocol/test_binary.py:246:22: F723 syntax error in type comment '1 = i16'
    tests/protocol/test_binary.py:250:34: F723 syntax error in type comment '1 = i32'
    tests/protocol/test_binary.py:361:20: F723 syntax error in type comment '1 = bool'
    tests/protocol/test_binary.py:369:20: F723 syntax error in type comment '1 = bool'
    tests/protocol/test_binary.py:377:26: F723 syntax error in type comment '1 = bool'
    tests/protocol/test_binary.py:386:26: F723 syntax error in type comment '1 = i16'
    tests/protocol/test_binary.py:395:26: F723 syntax error in type comment '1 = bool'

This change avoids using `type:` in comments in the relevant files.

155 of 162 branches covered (95.68%)

2198 of 2951 relevant lines covered (74.48%)

0.74 hits per line

Source Files on job 706.6 (TOX_ENV=cover)
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 703
  • Travis Job 706.6
  • 054f883c on github
  • Prev Job for TOX_ENV=cover on master (#698.6)
  • Next Job for TOX_ENV=cover on master (#707.6)
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