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

gnosis / dex-services / 5258
31%

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

07 Oct 2020 03:22AM UTC coverage: 27.952% (+0.007%) from 27.945%
5258

push

travis-pro

GitHub
Bump thiserror from 1.0.20 to 1.0.21 (#1464)

Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.20 to 1.0.21.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/dtolnay/thiserror/releases">thiserror's releases</a>.</em></p>
<blockquote>
<h2>1.0.21</h2>
<ul>
<li>
<p>Support capturing backtraces inside of Arc from a From impl, which makes it possible for errors having backtraces to be clonable (<a href="https://github-redirect.dependabot.com/dtolnay/thiserror/issues/102">#102</a>)</p>
<pre lang="rust"><code>use std::backtrace::Backtrace;
use std::sync::Arc;
use thiserror::Error;
<p>#[derive(Error, Debug, Clone)]
#[error(&quot;...&quot;)]
pub struct ClonableErrorWithBacktrace {
#[from]
source: Inner,
#[backtrace]
backtrace: Arc&lt;Backtrace&gt;,
}
</code></pre></p>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/dtolnay/thiserror/commit/f757a0489"><code>f757a04</code></a> Release 1.0.21</li>
<li><a href="https://github.com/dtolnay/thiserror/commit/56a4fa620"><code>56a4fa6</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/dtolnay/thiserror/issues/102">#102</a> from dtolnay/arc-backtrace-from</li>
<li><a href="https://github.com/dtolnay/thiserror/commit/c6dcc694b"><code>c6dcc69</code></a> Generalize backtrace capture to From&lt;Backtrace&gt;</li>
<li><a href="https://github.com/dtolnay/thiserror/commit/256576e71"><code>256576e</code></a> Add test of capturing Arc&lt;Backtrace&gt;</li>
<li><a href="https://github.com/dtolnay/thiserror/commit/1baf746f7"><code>1baf746</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/dtolnay/thiserror/issues/101">#101</a> from dtolnay/backtrace-from</li>
<li><a href="https://github.com/dtolnay/thiserror... (continued)

13089 of 53823 branches covered (24.32%)

Branch coverage included in aggregate %.

3474 of 5432 relevant lines covered (63.95%)

43578.22 hits per line

Jobs
ID Job ID Ran Files Coverage
3 5258.3 (OPEN_SOLVER_VERSION=v0.1.0 PRIVATE_SOLVER_VERSION=v0.8.4) 07 Oct 2020 03:22AM UTC 0
27.95
Travis Job 5258.3
Source Files on build 5258
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #5258
  • c03ea323 on github
  • Prev Build on master (#5254)
  • Next Build on master (#5265)
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