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

icemac / icemac.songbeamer / 11
100%

Build:
DEFAULT BRANCH: master
Ran 21 Oct 2018 12:41PM UTC
Jobs 1
Files 8
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
11

push

travis-ci-com

icemac
Refactored the SNG class:

* Instances no longer store the data on the `data` attribute but it is now a
  subclass of ``dict`` allowing direct dict access to the data.

* It is no longer possible to use attributes on ``icemac.songbeamer.SNG``
  instances to read and store encoded bytes data. Either read/write text data
  from/to the ``icemac.songbeamer.SNG`` instance using the `dict` API or use
  the ``parse`` function (see next item) resp. use ``.SNG.exort()`` to export
  the data encoded.

* Add a function ``icemac.songbeamer.parse()`` convert a byte stream
  into a ``icemac.songbeamer.SNG`` instance. It replaces the class method on
  the `SNG` instance. It returns ``None`` if the data cannot be
  parsed and it logs an error message.

* Add a function ``icemac.songbeamer.open()`` to open a file given by a path
  and get a ``icemac.songbeamer.SNG`` instance.

72 of 72 branches covered (100.0%)

Branch coverage included in aggregate %.

90 of 90 new or added lines in 5 files covered. (100.0%)

274 of 274 relevant lines covered (100.0%)

1.0 hits per line

Jobs
ID Job ID Ran Files Coverage
1 11.1 21 Oct 2018 12:41PM UTC 0
100.0
Travis Job 11.1
Source Files on build 11
Detailed source file information is not available for this build.
  • Back to Repo
  • Build #11
  • c12f857c on github
  • Prev Build on master (#10)
  • Next Build on master (#12)
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