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

IMA-WorldHealth / Tree / 320 / 1
70%
master: 70%

Build:
Build:
LAST BUILD BRANCH: staging
DEFAULT BRANCH: master
Ran 27 Apr 2020 07:51AM UTC
Files 1
Run time 0s
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

27 Apr 2020 07:48AM UTC coverage: 61.538%. Remained the same
320.1

push

travis-ci-com

web-flow
Merge #59

59: build(deps-dev): bump ava from 3.7.1 to 3.8.0 r=jniles a=dependabot-preview[bot]

Bumps [ava](https://github.com/avajs/ava) from 3.7.1 to 3.8.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/avajs/ava/releases">ava's releases</a>.</em></p>
<blockquote>
<h2>3.8.0</h2>
<h2>Node.js 14 support</h2>
<p>Great news, this is a feature heavy release!</p>
<p>First off, though, AVA now officially supports Node.js 14. Thank you <a href="https://github.com/zackschuster">@zackschuster</a>! 2e7c76b85</p>
<h2>Run tests at specific line numbers</h2>
<p>AVA can now run tests at specific line numbers! 🎉</p>
<p>Given the following test file:</p>
<p><code>test.js</code></p>
<pre lang="js"><code>1: test('unicorn', t =&gt; {
2:   t.pass();
3: });
4:
5: test('rainbow', t =&gt; {
6:  t.fail();
7: });
</code></pre>
<p>Running <code>npx ava test.js:2</code> for would run the <code>unicorn</code> test. In fact you could use any line number between <code>1</code> and <code>3</code>.</p>
<p>This feature is only available from the command line. It won't work if you use tools like <code>ts-node/register</code> or <code>@babel/register</code>, and it does not currently work with <code>@ava/babel</code> and <code>@ava/typescript</code>. See <a href="https://github-redirect.dependabot.com/avajs/ava/issues/2473">avajs/ava#2473</a>.</p>
<p>Thank you <a href="https://github.com/ulken">@ulken</a> for your hard work and patience to get this shipped. 1222ce953</p>
<h2>Test-specific teardown functions</h2>
<p>Sometimes tests have side-effects you want to clean up. <a href="https://github.com/ulken">@ulken</a> has implemented <code>t.teardown()</code> which lets you register teardown functions <em>within</em> your test. They'll run once your test has finished, even if it failed: 75cbc3b2a</p>
<pre><code>test('read file', t =&gt; {
	fs.writeFil... (continued)

17 of 27 branches covered (62.96%)

Branch coverage included in aggregate %.

39 of 64 relevant lines covered (60.94%)

38.81 hits per line

Source Files on job 320.1
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 276
  • Travis Job 320.1
  • f523e512 on github
  • Prev Job for on staging (#314.1)
  • Next Job for on staging (#322.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