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

mvdan / sh / 1047 / 2
78%
master: 78%

Build:
DEFAULT BRANCH: master
Ran 16 Dec 2017 06:28PM UTC
Files 22
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

16 Dec 2017 06:12PM UTC coverage: 95.365% (+0.002%) from 95.363%
1047.2

push

travis-ci

mvdan
syntax: forbid inline array variables

That is:

	foo=(x y z) bar

This makes very little sense, as arrays are a Bash feature and only
string variables can be passed via the environment to a process.

Bash works around this by effectively doing:

	foo='(x y z)' bar

Let's not do the same, and make this be a parse error.

6749 of 7077 relevant lines covered (95.37%)

1104.86 hits per line

Source Files on job 1047.2
  • Tree
  • List 0
  • Changed 10
  • Source Changed 2
  • Coverage Changed 10
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 1047
  • Travis Job 1047.2
  • d6219d31 on github
  • Prev Job for on master (#1046.1)
  • Next Job for on master (#1048.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