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

IMA-WorldHealth / Tree / 425
70%
master: 70%

Build:
Build:
LAST BUILD BRANCH: staging
DEFAULT BRANCH: master
Ran 08 Jul 2020 07:10AM UTC
Jobs 1
Files 1
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

pending completion
425

push

travis-ci-com

web-flow
Merge #84

84: build(deps-dev): bump ava from 3.10.0 to 3.10.1 r=jniles a=dependabot-preview[bot]

Bumps [ava](https://github.com/avajs/ava) from 3.10.0 to 3.10.1.
<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.10.1</h2>
<h1>It's time for another AVA release 🎉</h1>
<h2>Restricting when you can update snapshots</h2>
<p>When executing a subset of tests, through <code>--match</code> or or <code>.only()</code> or <code>.skip()</code>, you can no longer <em>also</em> update snapshots. This prevents you from accidentally deleting snapshots. Thank you <a href="https://github.com/bunysae">@bunysae</a> for putting this together. f72fab401</p>
<p>If you are skipping a test that you can't immediately fix, but you still need to update snapshots, use <code>.failing()</code> instead.</p>
<h2>Support for message strings in <code>t.timeout()</code> calls</h2>
<p>Thanks to <a href="https://github.com/jonathansamines">@jonathansamines</a> you can now provide a message string when using <code>t.timeout()</code>. This can be useful if your test depends on some other setup that may not have been completed: ca8ea4558</p>
<pre lang="js"><code>test('foo', t =&gt; {
	t.timeout(100, 'make sure database has started');
	// Write your assertions here
});
</code></pre>
<h2><code>t.try()</code> does not work in hooks</h2>
<p><code>t.try()</code> has never worked in hooks, but thanks to <a href="https://github.com/okyantoro">@okyantoro</a> it now fails properly instead of crashing. d01db61ee</p>
<h2><code>t.snapshot()</code> does not really work in hooks either</h2>
<p><code>t.snapshot()</code> sort of works in hooks, but we'll be removing this in AVA 4. You can opt in to this behavior by enabling the <code>disableSnapshotsInHooks</code> experiment. Again thank you <a href="https:/... (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

Jobs
ID Job ID Ran Files Coverage
1 425.1 08 Jul 2020 07:10AM UTC 0
61.54
Travis Job 425.1
Source Files on build 425
Detailed source file information is not available for this build.
  • Back to Repo
  • Build #425
  • 662fb205 on github
  • Prev Build on staging (#421)
  • Next Build on staging (#429)
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