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

SanDisk-Open-Source / pyvcd / 80
100%

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

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 %.

65 of 65 new or added lines in 1 file covered. (100.0%)

600 of 600 relevant lines covered (100.0%)

1.0 hits per line

Jobs
ID Job ID Ran Files Coverage
6 80.6 (MAKE_TARGET=coverage) 13 Mar 2020 08:29PM UTC 0
100.0
Travis Job 80.6
Source Files on build 80
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #80
  • 8acb7822 on github
  • Prev Build on master (#79)
  • Next Build on master (#82)
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