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

igniterealtime / Smack / 2165
40%

Build:
DEFAULT BRANCH: master
Ran 12 Oct 2019 08:51AM UTC
Jobs 1
Files 1107
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
2165

push

travis-ci

Flowdalic
gradle: Ensure git command is run projectDir rather than CWD.

The assert on line 659 was causing my build to fail. Two issues caused
gitCommit to be empty.

1. The cmd 'git describe --always --tags --dirty=+' was not given
   enough time to complete and had not exited which meant no text in
   proc.text
2. The two git commands on lines 653 and 658 were run from the
   CWD of my Eclipse IDE, not the $projectDir which caused git to return
   an error 128.

To solve the two issues I added a waitForOrKill method call to
proc (like the srCmd had) and I set the execute to run in $projectDir
which I think was the intent/assumption in the original code.

Also add waitFor on git describe command.

14334 of 37325 relevant lines covered (38.4%)

0.38 hits per line

Jobs
ID Job ID Ran Files Coverage
1 2165.1 12 Oct 2019 08:51AM UTC 0
38.4
Travis Job 2165.1
Source Files on build 2165
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #2165
  • 7a588627 on github
  • Prev Build on master (#2157)
  • Next Build on master (#2166)
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