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

mbtproject / mbt / 431
85%

Build:
DEFAULT BRANCH: master
Ran 30 Apr 2018 07:55AM CUT
Jobs 2
Files 17
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
431

push

travis-ci

buddyspike
Feature: Execute user defined commands in modules

User defined commands are specified in spec files
in `commands` section.

Example:

```
commands:
  foo:
    cmd: echo
    args: hello
```

With this configuration in place, running the following command
will execute the command specified as foo in all relevant modules.

```
mbt run-in head --command foo
```

If a module does not specify the command, it will be skipped.
If the command is specific to a particular OS, the constraints can be
specified using `os` property.

Example:
```
commands:
  foo:
    cmd: echo
    args: hello
    os: [darwin, linux]
```

This sub command has all options available in `build|describe` commands.

Important Changes
- Refactored workspace management (i.e. checking out target commits and
  restoring the original at the end of an operation) and process
  management into separate components (WorkspaceManager and
  ProcessManager respectively).

- An info level messages are emitted when checking out a commit and
  restoring the original state of the repository.

Closes #38

1176 of 1378 relevant lines covered (85.34%)

152.98 hits per line

Jobs
ID Job ID Ran Files Coverage
1 431.1 30 Apr 2018 07:55AM CUT 0
85.34
Travis Job 431.1
2 431.2 30 Apr 2018 07:56AM CUT 0
85.34
Travis Job 431.2
Source Files on build 431
  • List 0
  • Changed 11
  • Source Changed 5
  • Coverage Changed 11
Loading...
Coverage∆FileLinesRelevantCoveredMissedHits/Line
No data available in table
Showing 0 to 0 of 0 entries
  • Previous
  • Next
  • Back to Repo
  • Travis Build #431
  • ff5d22a7 on github
  • Prev Build on master (#425)
  • Next Build on master (#433)
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

© 2025 Coveralls, Inc