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

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

Build:
Build:
LAST BUILD BRANCH: staging
DEFAULT BRANCH: master
Ran 15 Jun 2020 08:02AM UTC
Files 1
Run time 5s
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 Jun 2020 06:38AM UTC coverage: 61.538%. Remained the same
381.1

push

travis-ci-com

web-flow
Merge #75

75: build(deps-dev): bump ava from 3.8.2 to 3.9.0 r=jniles a=dependabot-preview[bot]

Bumps [ava](https://github.com/avajs/ava) from 3.8.2 to 3.9.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.9.0</h2>
<h2>New experiments!</h2>
<p>Thanks to <a href="https://github.com/futpib">@futpib</a> we now have an experimental <code>t.like()</code> assertion 19c4f35fb:</p>
<p>In the following example, the <code>map</code> property of <code>value</code> must be deeply equal to that of <code>selector</code>. However <code>nested.qux</code> is ignored, because it's not in <code>selector</code>.</p>
<pre lang="js"><code>t.like({
	map: new Map([['foo', 'bar']]),
	nested: {
		baz: 'thud',
		qux: 'quux'
	}
}, {
	map: new Map([['foo', 'bar']]),
	nested: {
		baz: 'thud',
	}
})
</code></pre>
<p>Read more in the <a href="https://github.com/avajs/ava/blob/master/docs/03-assertions.md#likevalue-selector-message"><code>t.like()</code> assertion documentation</a> and <a href="https://github-redirect.dependabot.com/avajs/ava/issues/2518">let us know what you think</a>.</p>
<p><a href="https://github.com/yjpa7145">@yjpa7145</a> has contributed an experiment to reverse the order in which <code>t.teardown()</code> functions are run, so that the last registered function is called first 952a01777. This will be the behavior in AVA 4.</p>
<p>To enable both these experiments update your AVA configuration:</p>
<p><strong><code>package.json</code></strong>:</p>
<pre lang="json"><code>{
	&quot;ava&quot;: {
		&quot;nonSemVerExperiments&quot;: {
			&quot;likeAssertion&quot;: true,
			&quot;reverseTeardowns&quot;: true
		}
	}
}
</code></pre>
<p><strong><code>ava.config.js</code></strong>:</p>
<pre lang="js"><code>export default {
	nonSemVerExperiments: {
		likeAssertion: true,
		reverseTeardowns: true
	}
}
&... (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 381.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 335
  • Travis Job 381.1
  • 7a146879 on github
  • Prev Job for on staging (#373.1)
  • Next Job for on staging (#382.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