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

gnosis / dex-services / 5315
31%

Build:
DEFAULT BRANCH: master
Ran 22 Oct 2020 02:57AM UTC
Jobs 1
Files 99
Run time 16s
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

22 Oct 2020 02:44AM UTC coverage: 28.107% (+0.02%) from 28.086%
5315

push

travis-pro

web-flow
Bump mockall from 0.8.2 to 0.8.3 (#1483)

Bumps [mockall](https://github.com/asomers/mockall) from 0.8.2 to 0.8.3.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/asomers/mockall/blob/master/CHANGELOG.md">mockall's changelog</a>.</em></p>
<blockquote>
<h1>Change Log</h1>
<p>All notable changes to this project will be documented in this file.
This project adheres to <a href="http://semver.org/">Semantic Versioning</a>.</p>
<h2>[Unreleased] - ReleaseDate</h2>
<h3>Added</h3>
<ul>
<li>
<p>Added the ability to mock methods returning references to trait objects.
(<a href="https://github-redirect.dependabot.com/asomers/mockall/pull/213">#213</a>)</p>
</li>
<li>
<p><code>mock!</code> supports a new syntax: &quot;impl Trait for&quot;.  It has two benefits:</p>
<ul>
<li>It can implement a generic trait for specific generic type(s).</li>
<li>It allows mocking a non-local trait.
The syntax looks like this:</li>
</ul>
<pre lang="rust"><code>  mock! {
      Bar {}
      impl Foo&lt;i32&gt; for Bar {
          fn foo(&amp;self, x: i32) -&gt; i32;
      }
  }
</code></pre>
<p>(<a href="https://github-redirect.dependabot.com/asomers/mockall/pull/205">#205</a>)</p>
</li>
<li>
<p><code>#[automock]</code> now works on modules even without the <code>nightly</code> feature, and no
longer requires <code>#[feature(proc_macro_hygiene)]</code>.
(<a href="https://github-redirect.dependabot.com/asomers/mockall/pull/198">#198</a>)</p>
</li>
</ul>
<h3>Changed</h3>
<ul>
<li>
<p><code>mock!</code> now requires visibility specifiers for inherent methods.
(<a href="https://github-redirect.dependabot.com/asomers/mockall/pull/207">#207</a>)</p>
</li>
<li>
<p>Changed the syntax for mocking foreign functions.  Instead of using
<code>#[automock]</code> directly on the <code>extern</code> block, you must wrap the <code>extern</code>
block in a module, and <code>#[automock]</code> that module.  The old method is
deprecated.
(<a href="https://github-redi... (continued)

13331 of 54358 branches covered (24.52%)

Branch coverage included in aggregate %.

3477 of 5442 relevant lines covered (63.89%)

43505.39 hits per line

Jobs
ID Job ID Ran Files Coverage
3 5315.3 (OPEN_SOLVER_VERSION=v0.1.1 PRIVATE_SOLVER_VERSION=v0.8.5) 22 Oct 2020 02:57AM UTC 0
28.11
Travis Job 5315.3
Source Files on build 5315
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #5315
  • 4384aafc on github
  • Prev Build on master (#5307)
  • Next Build on master (#5318)
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