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

codetheweb / tuyapi / 175
71%
master: 58%

Build:
Build:
LAST BUILD BRANCH: renovate/xo-1.x
DEFAULT BRANCH: master
Ran 22 Jan 2019 01:10AM UTC
Jobs 4
Files 2
Run time 1min
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
175

push

travis-ci

codetheweb
Update dependency ava to v1.1.0 (#129)

This PR contains the following updates:

| Package | Type | Update | Change | References |
|---|---|---|---|---|
| ava | devDependencies | minor | `1.0.1` -> `1.1.0` | [homepage](https://ava.li), [source](https://togithub.com/avajs/ava) |

---

### Release Notes

<details>
<summary>avajs/ava</summary>

### [`v1.1.0`](https://togithub.com/avajs/ava/releases/v1.1.0)

[Compare Source](https://togithub.com/avajs/ava/compare/v1.0.1...v1.1.0)

### 1.1.0

#### New features

AVA now exports a `meta` object. Currently, you can retrieve the path of the test file being run:

```js
import test from 'ava';

console.log('Test currently being run: ', test.meta.file);
```

```js
import {meta} from 'ava';

console.log('Test currently being run: ', meta.file);
```

This is useful in helpers that need to know the test file. [`bccd297`](https://togithub.com/avajs/ava/commit/bccd297f3)

#### Bug fixes and other improvements

-   `t.log()` now works in hooks [`d187712`](https://togithub.com/avajs/ava/commit/d1877122c)
-   Error output for improper usage of `t.throws()` once again links to the correct documentation [`dc552bc`](https://togithub.com/avajs/ava/commit/dc552bcb5)
-   We've added a section on webpack aliases to the [Babel recipe](https://togithub.com/avajs/ava/blob/master/docs/recipes/babel.md) [`c3bcbf2`](https://togithub.com/avajs/ava/commit/<a class=hub.com/codetheweb/tuyapi/commit/c3bcbf2a568c12017fe0da041dc247a226019001">c3bcbf2a5)

-   We've updated the [Vue recipe](https://togithub.com/avajs/ava/blob/master/docs/recipes/vue.md) for Babel 7, and added a section on webpack aliases [`c3bcbf2`](https://togithub.com/avajs/ava/commit/c3bcbf2a568c12017fe0da041dc247a226019001)

#### All changes 📚

[`v1.0.1...v1.1.0`](https://togithub.com/avajs/ava/compare/v1.0.1...v1.1.0)

#### Thanks 💌

💖 Huge thanks to [@&#8203;fitztrev](https://togi... (continued)

12 of 26 branches covered (46.15%)

Branch coverage included in aggregate %.

72 of 93 relevant lines covered (77.42%)

3.35 hits per line

Jobs
ID Job ID Ran Files Coverage
1 175.1 22 Jan 2019 01:11AM UTC 0
70.59
Travis Job 175.1
2 175.2 22 Jan 2019 01:10AM UTC 0
70.59
Travis Job 175.2
3 175.3 22 Jan 2019 01:10AM UTC 0
70.59
Travis Job 175.3
4 175.4 22 Jan 2019 01:10AM UTC 0
70.59
Travis Job 175.4
Source Files on build 175
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #175
  • f03feb10 on github
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

© 2025 Coveralls, Inc