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

Abjad / abjad / 5554
0%
master: 0%

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

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)

24951 of 29806 relevant lines covered (83.71%)

2.51 hits per line

Jobs
ID Job ID Ran Files Coverage
1 5554.1 05 Nov 2020 06:05PM UTC 0
83.71
Travis Job 5554.1
2 5554.2 05 Nov 2020 06:05PM UTC 0
83.71
Travis Job 5554.2
3 5554.3 05 Nov 2020 06:05PM UTC 0
84.01
Travis Job 5554.3
Source Files on build 5554
Detailed source file information is not available for this build.
  • Back to Repo
  • Build #5554
  • 7768fe82 on github
  • Prev Build on trevor/dev (#5553)
  • Next Build on trevor/dev (#5555)
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