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

SanDisk-Open-Source / pyvcd / 80 / 6
100%
master: 100%

Build:
DEFAULT BRANCH: master
Ran 13 Mar 2020 08:29PM UTC
Files 3
Run time 0s
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

13 Mar 2020 08:25PM UTC coverage: 100.0%. Remained the same
MAKE_TARGET=coverage

push

travis-ci

jpgrayson
Use enum for scope type, var type, and timescale

For increased type clarity and for more automatic error handling, the
lists of str used for valid scope types, var types, timescale magnitudes,
and timescale units are converted into Enum subclasses.

Compatibility:

Clients calling VCDWriter(), VCDWriter.set_scope_type() and
VCDWriter.register_var() may still pass str values for scope type, var
type, and timescale. These str values are converted into enum items
under-the-hood. So all previously valid calls to VCDWriter and its methods
remain valid.

The SCOPE_TYPES, VAR_TYPES, TIMESCALE_NUMS, and TIMESCALE_UNITS class
attributes of VCDWriter are removed. Any client referencing those class
attrs will need to be updated to reference the new top-level ScopeType,
VarType, TimescaleMagnitude, and TimescaleUnit enums.

Any references to Variable.type will now get a VarType instance instead of
a str instance. Referencing Variable.type.value instead will provide a
compatible str value.

294 of 294 branches covered (100.0%)

Branch coverage included in aggregate %.

600 of 600 relevant lines covered (100.0%)

1.0 hits per line

Source Files on job 80.6 (MAKE_TARGET=coverage)
  • Tree
  • List 0
  • Changed 2
  • Source Changed 2
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 69
  • Travis Job 80.6
  • 8acb7822 on github
  • Prev Job for MAKE_TARGET=coverage on master (#79.6)
  • Next Job for MAKE_TARGET=coverage on master (#82.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