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

Gallopsled / pwntools / 3618 / 2
67%
dev: 74%

Build:
Build:
LAST BUILD BRANCH: rop-typo
DEFAULT BRANCH: dev
Ran 08 Dec 2019 04:32PM UTC
Files 134
Run time 6s
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

08 Dec 2019 04:26PM UTC coverage: 60.097%. Remained the same
3618.2

push

travis-ci

Arusekk
Use ==/!= to compare str, bytes, and int literals (#1386)

Identity is not the same thing as equality in Python so use ==/!= to compare str, bytes, and int literals. In Python >= 3.8, these instances will raise _SyntaxWarnings_ so it is best to fix them now. https://docs.python.org/3.8/whatsnew/3.8.html#porting-to-python-3-8

$ python
```python
>>> raw = 'ra'
>>> raw += 'w'
>>> raw == 'raw'
True
>>> raw is 'raw'
False
```

2661 of 5816 branches covered (45.75%)

8809 of 14658 relevant lines covered (60.1%)

0.6 hits per line

Source Files on job 3618.2
  • Tree
  • List 0
  • Changed 20
  • Source Changed 1
  • Coverage Changed 19
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 3326
  • Travis Job 3618.2
  • 98bdcfd9 on github
  • Prev Job for on dev3 (#3610.2)
  • Next Job for on dev3 (#3632.1)
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