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

adonisjs / adonis-vow / 97 / 2
81%
develop: 81%

Build:
DEFAULT BRANCH: develop
Ran 15 Mar 2019 07:47PM UTC
Files 15
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

15 Mar 2019 07:45PM UTC coverage: 80.971% (-0.2%) from 81.128%
97.2

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 %.

357 of 421 relevant lines covered (84.8%)

10.91 hits per line

Source Files on job 97.2
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 94
  • Travis Job 97.2
  • abbb19cb on github
  • Prev Job for on develop (#94.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