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

harfbuzz / harfbuzz / 6232
79%

Build:
DEFAULT BRANCH: master
Ran 01 Jan 2019 10:50AM UTC
Jobs 1
Files 294
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

pending completion
6232

cron

travis-ci

ebraminio
CircleCI: Test for Python 3 syntax errors and undefined names (#1522)

Catch missing imports and errors like #1520 and #1521

__E901,E999,F821,F822,F823__ are the "_showstopper_" [flake8](http://flake8.pycqa.org) issues that can halt the runtime with a SyntaxError, NameError, etc. Most other flake8 issues are merely "style violations" -- useful for readability but they do not effect runtime safety.
* F821: undefined name `name`
* F822: undefined name `name` in `__all__`
* F823: local variable name referenced before assignment
* E901: SyntaxError or IndentationError
* E999: SyntaxError -- failed to compile a file into an Abstract Syntax Tree

10137 of 14171 relevant lines covered (71.53%)

10154.32 hits per line

Jobs
ID Job ID Ran Files Coverage
1 6232.1 01 Jan 2019 10:50AM UTC 0
71.53
Travis Job 6232.1
Source Files on build 6232
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #6232
  • 26c5b54f on github
  • Prev Build on master (#6230)
  • Next Build on master (#6233)
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