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

ctmarinas / stgit / 65
90%

Build:
DEFAULT BRANCH: master
Ran 28 Sep 2019 06:59PM UTC
Jobs 2
Files 79
Run time 11s
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
65

push

travis-ci

jpgrayson
Do not use dunder prefix for attribute names

Instance attribute names using a dunder ('__') prefix can make debugging
more difficult due to how Python mangles such names at runtime. And as used
in stgit, these dunder prefixed attributes do not fit the nominal use case
for dunder prefixes to help with name clashes between super and sub
classes:

https://docs.python.org/3/reference/lexical_analysis.html#reserved-classes-of-identifiers

Some instance attributes with dunder prefixes are renamed to use a single
'_'. This still signals to readers that the attribute is private, but
allows the variable to accessed with less trouble in a debug context.

Some other instance attributes with dunder prefixes that serve to back
properties are replaced along with the property with regular (non-property)
attributes.

Signed-off-by: Peter Grayson <pete@jpgrayson.net>

2171 of 2755 branches covered (78.8%)

Branch coverage included in aggregate %.

6413 of 7333 relevant lines covered (87.45%)

1.75 hits per line

Jobs
ID Job ID Ran Files Coverage
3 65.3 (MAKE_TARGET=coverage-test) 28 Sep 2019 06:59PM UTC 0
85.03
Travis Job 65.3
4 65.4 (MAKE_TARGET=coverage-test) 28 Sep 2019 06:59PM UTC 0
85.8
Travis Job 65.4
Source Files on build 65
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #65
  • b4b25886 on github
  • Prev Build on master (#64)
  • Next Build on master (#66)
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