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

codetheweb / tuyapi
71%
master: 58%

Build:
Build:
LAST BUILD BRANCH: renovate/xo-1.x
DEFAULT BRANCH: master
Repo Added 20 Jun 2018 06:30PM UTC
Files 6
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

LAST BUILD ON BRANCH feature-multi-set
branch: feature-multi-set
CHANGE BRANCH
x
Reset
  • feature-multi-set
  • bugfix/find-decryption
  • development
  • feature-cleanup
  • feature-contributing
  • feature-schema
  • fix-resolve
  • lint-fix
  • master
  • more-tests
  • native-crypto
  • optimizations2701
  • parser-cipher-updates
  • patch-response-bad-data
  • patch/device-disconnect
  • refs/tags/v6.1.4
  • refs/tags/v6.1.5
  • refs/tags/v6.2.0
  • refs/tags/v6.3.0
  • refs/tags/v6.3.1
  • refs/tags/v6.3.2
  • refs/tags/v7.0.0
  • refs/tags/v7.0.1
  • refs/tags/v7.1.0
  • refs/tags/v7.1.1
  • refs/tags/v7.2.0
  • refs/tags/v7.5.0
  • refs/tags/v7.5.1
  • refs/tags/v7.5.2
  • release-version
  • renovate-to-master
  • renovate/ava-1.x
  • renovate/ava-2.x
  • renovate/configure
  • renovate/coveralls-3.x
  • renovate/debug-4.x
  • renovate/debug-4.x-lockfile
  • renovate/delay-4.x
  • renovate/delay-5.x
  • renovate/delay-6.x
  • renovate/documentation-11.x
  • renovate/documentation-12.x
  • renovate/documentation-13.x
  • renovate/documentation-5.x
  • renovate/documentation-8.x
  • renovate/documentation-9.x
  • renovate/node-forge-0.x
  • renovate/npm-dot-prop-vulnerability
  • renovate/npm-hosted-git-info-vulnerability
  • renovate/npm-ini-vulnerability
  • renovate/npm-lodash-vulnerability
  • renovate/npm-minimist-vulnerability
  • renovate/npm-normalize-url-vulnerability
  • renovate/npm-path-parse-vulnerability
  • renovate/npm-y18n-vulnerability
  • renovate/nyc-13.x
  • renovate/nyc-15.x
  • renovate/nyc-17.x
  • renovate/p-queue-8.x
  • renovate/p-retry-4.x
  • renovate/p-timeout-3.x
  • renovate/p-timeout-4.x
  • renovate/pin-dependencies
  • renovate/retry-0.x
  • renovate/tuyapi-stub-0.x
  • renovate/xo-0.x
  • renovate/xo-1.x
  • set-fixes
  • travis-ci-old-nodejs
  • update-7.6.0
  • update-7.7.0
  • v3.0.0
  • v3.0.1
  • v3.0.2
  • v3.1.0
  • v3.1.1
  • v3.1.2
  • v3.1.3
  • v3.1.4
  • v3.1.5
  • v3.2.1
  • v3.2.2
  • v3.2.3
  • v4.0.0
  • v4.0.1
  • v5.0.1
  • v5.0.2
  • v5.0.3
  • v5.1.0
  • v5.1.1
  • v5.1.2
  • v5.1.3
  • v5.2.0
  • v5.2.1
  • v5.3.0
  • v5.3.1
  • v5.3.2
  • v6.0.0
  • v6.0.1
  • v6.1.0
  • v6.1.1
  • v6.1.2
  • v6.1.3

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

Relevant lines Covered
Build:
Build:
93 RELEVANT LINES 72 COVERED LINES
3.35 HITS PER LINE
Source Files on feature-multi-set
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
175 feature-multi-set 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... push 22 Jan 2019 01:10AM UTC codetheweb travis-ci pending completion  
See All Builds (686)
  • Repo 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