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

adana-coverage / babel-plugin-transform-adana
100%
master: 100%

Build:
Build:
LAST BUILD BRANCH: bump-version
DEFAULT BRANCH: master
Repo Added 09 Jan 2016 06:33AM UTC
Files 4
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 pattern-guard
branch: pattern-guard
CHANGE BRANCH
x
Reset
  • pattern-guard
  • add-more-tags
  • allow-no-instrument
  • babel-7
  • bump-version
  • dump-guard
  • fix-build-icons
  • fix-computed-key-check
  • fix-conditional-groups
  • fix-ignore
  • fix-return-try
  • ignore
  • jsx
  • master
  • object-methods
  • refactor
  • remove-mkdirp
  • replace-hash-with-source
  • separate-traverse
  • split-dump
  • try-catch-tags
  • update-deps
  • update-eslint
  • update-travis
  • v0.4.0
  • v0.4.1
  • v0.4.2
  • v0.5.0
  • v0.5.1
  • v0.5.2
  • v0.5.4
  • v0.5.5
  • v0.5.6
  • version-bump

pending completion
195

push

travis-ci

izaakschroeder
Check for destructuring patterns.

Marker injection should not be done for destructuring patterns, since they neither make any sense nor do they compile properly.

Previously there was no logic to detect the fact that in:

```javascript
const x = ({ x: y }) => y;
```

The identifier `y` was not a reference but a declaration. So now destructuring patterns are simply ignored. Test added to verify this behavior for objects and arrays.

385 of 385 relevant lines covered (100.0%)

77.37 hits per line

Relevant lines Covered
Build:
Build:
385 RELEVANT LINES 385 COVERED LINES
77.37 HITS PER LINE
Source Files on pattern-guard
Detailed source file information is not available for this build.

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
195 pattern-guard Check for destructuring patterns. Marker injection should not be done for destructuring patterns, since they neither make any sense nor do they compile properly. Previously there was no logic to detect the fact that in: ```javascript const x = ... push 24 Jan 2016 05:08AM UTC izaakschroeder travis-ci pending completion  
See All Builds (169)
  • 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

© 2026 Coveralls, Inc