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

adonisjs / adonis-vow / 97
81%

Build:
DEFAULT BRANCH: develop
Ran 15 Mar 2019 07:47PM UTC
Jobs 2
Files 15
Run time 25s
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
97

Pull #32

travis-ci

web-flow
Added -c, --custom signature

Hello. I added these signature in order to easily add conditions on the test runner.

My Use Case Example
```shell
adonis test -c reseed
```

```js
module.exports = (cli, runner) => {
  runner.before(async () => {
    use('Adonis/Src/Server').listen(process.env.HOST, process.env.PORT)
        
    if (cli.custom === 'reseed') {
      await ace.call('seed', {}, { silent: true })
      runner.clear()
    }
  })
}
```
Pull Request #32: Added -c, --custom signature

60 of 94 branches covered (63.83%)

Branch coverage included in aggregate %.

1 of 1 new or added line in 1 file covered. (100.0%)

357 of 421 relevant lines covered (84.8%)

21.82 hits per line

Jobs
ID Job ID Ran Files Coverage
1 97.1 15 Mar 2019 07:47PM UTC 0
80.97
Travis Job 97.1
2 97.2 15 Mar 2019 07:47PM UTC 0
80.97
Travis Job 97.2
Source Files on build 97
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #97
  • Pull Request #32
  • PR Base - develop (#94)
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