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

mbland / go-script-bash / 769 / 1
95%
master: 95%

Build:
Build:
LAST BUILD BRANCH: multiple-script-dirs
DEFAULT BRANCH: master
Ran 30 Sep 2017 04:04PM UTC
Files 68
Run time 2s
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

30 Sep 2017 03:41PM UTC coverage: 95.145%. Remained the same
769.1

push

travis-ci

mbland
.appveyor.yml: Fix breakage via `bash -c`

The following test cases failed in the initial build:

  https://ci.appveyor.com/project/mbland/go-script-bash/build/v1.6.0.1

  log/log-command: fatal status for subcommand of command in another
    language
  vars: run perl script; _GO_* variables are exported

The failures were due to `/tmp` getting expanded to
`C:/Users/appveyor/AppData/Local/Temp/1` and `/c` getting expanded to
`C:`. This is probably because running `bash ./go` directly is setting
`BASH` and other variables using the native path format, rather than the
MSYS2 Unix-like translation.

Launching the `./go` script via `bash -c` should fix this, by ensuring
`./go` launches inside a MSYS2 `bash` process that sets the paths to
the Unix-like format.

3214 of 3378 relevant lines covered (95.15%)

250.39 hits per line

Source Files on job 769.1
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 769
  • Travis Job 769.1
  • 34452a8e on github
  • Prev Job for on appveyor (#767.1)
  • Next Job for on appveyor (#771.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