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

codetheweb / tuyapi / 175 / 3
71%
master: 58%

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

17 Jan 2019 05:43PM UTC coverage: 70.588%. First build
175.3

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%)

0.84 hits per line

Source Files on job 175.3
  • 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 133
  • Travis Job 175.3
  • 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

© 2026 Coveralls, Inc