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

Abjad / abjad / 5554 / 1
0%
master: 0%

Build:
Build:
LAST BUILD BRANCH: trevor/dev
DEFAULT BRANCH: master
Ran 05 Nov 2020 06:05PM UTC
Files 139
Run time 24s
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

05 Nov 2020 06:00PM UTC coverage: 83.714%. Remained the same
5554.1

push

travis-ci-com

trevorbaca
Cleaned up abjad.Configuration._make_missing_directories().

Reran LilyPond scrape scripts with LilyPond 2.19.84; updated parser. Closes #1210.

Moved LilyPond scrape scripts to ly/ in wrapper directory.

Replaced ly/ with lyconst.py, lyenv.py, lyproxy.py modules.

Removed tags.py module.

BREAKING CHANGE: abjad.persist() -> abjad.persist.foo(). Closes #1212.

    OLD:

        * abjad.persist(argument).as_ly()
        * abjad.persist(argument).as_midi()
        * abjad.persist(argument).as_pdf()

    NEW:

        * abjad.persist.as_ly(argument)
        * abjad.persist.as_midi(argument)
        * abjad.persist.as_pdf(argument)

Closes #1212.

CHANGE.

Removed abjad.TestManager.

    OLD: abjad.TestManager.compare_files()
    NEW: abjad.IOManager.compare_files()

BREAKING CHANGE: changed abjad.IOManager class to abjad.iox module.

OLD:

    * abjad.IOManager.compare_files()
    * abjad.IOManager.execute_file()
    * abjad.IOManager.execute_string()
    * abjad.IOManager.find_executable()
    * abjad.IOManager.make_subprocess()
    * abjad.IOManager.open_file()
    * abjad.IOManager.open_last_log()
    * abjad.IOManager.profile()
    * abjad.IOManager.run_command()
    * abjad.IOManager.run_lilypond()
    * abjad.IOManager.spawn_subprocess()

NEW:

    * abjad.iox.compare_files()
    * abjad.iox.execute_file()
    * abjad.iox.execute_string()
    * abjad.iox.find_executable()
    * abjad.iox.make_subprocess()
    * abjad.iox.open_file()
    * abjad.iox.open_last_log()
    * abjad.iox.profile()
    * abjad.iox.run_command()
    * abjad.iox.run_lilypond()
    * abjad.iox.spawn_subprocess()

Closes #1213.

BREAK: changed abjad.Mutation class to abjad.mutate module. Closes #1214.

Changes for previous commit.

OLD:

    * abjad.mutate(argument).copy()
    * abjad.mutate(argument).eject_contents()
    * abjad.mutate(argument).extract()
    * abjad.mutate(argument).fuse()
    * abjad.mutate(argument).logical_tie_to_tuplet()
    * abjad.mutate(argument).repla... (continued)

24961 of 29817 relevant lines covered (83.71%)

0.84 hits per line

Source Files on job 5554.1
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 4979
  • Travis Job 5554.1
  • 7768fe82 on github
  • Prev Job for on trevor/dev (#5553.2)
  • Next Job for on trevor/dev (#5555.2)
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