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

cuthbertLab / music21 / 1645
93%

Build:
DEFAULT BRANCH: master
Ran 28 Jul 2018 10:30PM UTC
Jobs 1
Files 199
Run time 11s
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
1645

push

travis-ci

mscuthbert
quoted filename arguments in musescore (#317)

In the runThroughMusescore() function, the filename arguments are not quoted, although the musescore command is.  This was causing problems because my temporary directory has spaces in it, so the command generated looked like this:

"/Applications/MuseScore 2.app/Contents/MacOS/mscore" /Users/pkirlin/Box Sync/projects/ragtime/scratch/tmpu886ehll.xml -o /Users/pkirlin/Box Sync/projects/ragtime/scratch/tmpu886ehll.png -T 0  -r 200

When it should look like this:

"/Applications/MuseScore 2.app/Contents/MacOS/mscore" "/Users/pkirlin/Box Sync/projects/ragtime/scratch/tmpu886ehll.xml" -o "/Users/pkirlin/Box Sync/projects/ragtime/scratch/tmpu886ehll.png" -T 0  -r 200

67411 of 74868 relevant lines covered (90.04%)

0.9 hits per line

Jobs
ID Job ID Ran Files Coverage
1 1645.1 28 Jul 2018 10:30PM UTC 0
90.04
Travis Job 1645.1
Source Files on build 1645
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1645
  • bc1c6807 on github
  • Prev Build on master (#1643)
  • Next Build on master (#1646)
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