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

icemac / icemac.songbeamer / 11 / 1
100%
master: 100%

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

21 Oct 2018 12:39PM UTC coverage: 100.0%. Remained the same
11.1

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

274 of 274 relevant lines covered (100.0%)

1.0 hits per line

Source Files on job 11.1
  • Tree
  • List 0
  • Changed 5
  • Source Changed 5
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 7
  • Travis Job 11.1
  • c12f857c on github
  • Prev Job for on master (#10.1)
  • Next Job for on master (#12.1)
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