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

headless-ninja / javascript
100%
master: 99%

Build:
Build:
LAST BUILD BRANCH: dependabot/npm_and_yarn/y18n-3.2.2
DEFAULT BRANCH: master
Repo Added 15 Sep 2017 01:42PM UTC
Files 16
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 52-export-assureData
branch: 52-export-assureData
CHANGE BRANCH
x
Reset
  • 52-export-assureData
  • 23-drupalpage-persistent-state
  • add-hn-react
  • ci-specify-node-versions
  • convert-to-typescript
  • dependabot/npm_and_yarn/bin-links-1.1.8
  • dependabot/npm_and_yarn/handlebars-4.7.6
  • dependabot/npm_and_yarn/ini-1.3.7
  • dependabot/npm_and_yarn/npm-6.14.6
  • dependabot/npm_and_yarn/npm-user-validate-1.0.1
  • dependabot/npm_and_yarn/y18n-3.2.2
  • disallow-synthetic-default-imports
  • expand-test-coverage-hn-react
  • export-hn-context
  • greenkeeper/coveralls-3.0.0
  • greenkeeper/deepmerge-2.0.0
  • greenkeeper/deepmerge-2.0.1
  • greenkeeper/deepmerge-2.1.0
  • greenkeeper/fetch-mock-6.0.0
  • greenkeeper/fetch-mock-6.0.1
  • greenkeeper/fetch-mock-6.1.0
  • greenkeeper/fetch-mock-6.1.0-beta.2
  • greenkeeper/fetch-ponyfill-5.0.0
  • greenkeeper/fetch-ponyfill-5.0.1
  • greenkeeper/fetch-ponyfill-6.0.0
  • greenkeeper/initial
  • greenkeeper/query-string-6.0.0
  • greenkeeper/semantic-release-11.0.2
  • greenkeeper/semantic-release-12.2.2
  • greenkeeper/semantic-release-12.2.4
  • greenkeeper/semantic-release-12.2.5
  • greenkeeper/semantic-release-12.4.0
  • greenkeeper/semantic-release-12.4.1
  • greenkeeper/semantic-release-15.0.0
  • greenkeeper/semantic-release-15.0.1
  • greenkeeper/semantic-release-15.0.2
  • greenkeeper/semantic-release-15.0.3
  • greenkeeper/semantic-release-8.0.0
  • greenkeeper/semantic-release-8.0.1
  • greenkeeper/semantic-release-8.0.3
  • greenkeeper/ts-node-4.0.1
  • greenkeeper/ts-node-4.0.2
  • greenkeeper/ts-node-4.1.0
  • greenkeeper/ts-node-5.0.1
  • hn-react-v1.10.0
  • hn-react-v1.7.12
  • hn-react-v1.7.13
  • hn-react-v1.8.0
  • hn-react-v1.8.1
  • hn-react-v1.8.2
  • hn-react-v1.9.0
  • hn-react-v1.9.1
  • hn-v0.6.2
  • hn-v0.6.3
  • hn-v0.7.0
  • improve-tests
  • master
  • monorepo
  • new-loading-logic
  • no-static-methods
  • renovate/babel-preset-env-1.x
  • renovate/babel6-monorepo
  • renovate/configure
  • renovate/coveralls-2.x
  • renovate/coveralls-3.x
  • renovate/deepmerge-2.x
  • renovate/deepmerge-3.x
  • renovate/deepmerge-4.x
  • renovate/del-4.x
  • renovate/del-5.x
  • renovate/fetch-mock-5.x
  • renovate/fetch-mock-6.x
  • renovate/fetch-mock-7.x
  • renovate/fetch-mock-8.x
  • renovate/fetch-mock-9.x
  • renovate/fetch-ponyfill-6.x
  • renovate/fetch-ponyfill-7.x
  • renovate/gulp-4.x
  • renovate/gulp-babel-8.x
  • renovate/gulp-rename-1.x
  • renovate/gulp-rename-2.x
  • renovate/gulp-sourcemaps-2.x
  • renovate/gulp-typescript-4.x
  • renovate/gulp-typescript-5.x
  • renovate/jest-22.x
  • renovate/jest-23.x
  • renovate/jest-24.x
  • renovate/jest-25.x
  • renovate/jest-26.x
  • renovate/jest-monorepo
  • renovate/lerna-2.x
  • renovate/lerna-3.x
  • renovate/lerna-monorepo
  • renovate/major-jest-monorepo
  • renovate/merge2-1.x
  • renovate/node-9.x
  • renovate/pin-dependencies
  • renovate/prettier-1.x
  • renovate/prop-types-15.x
  • renovate/query-string-6.x
  • renovate/react-16.x
  • renovate/react-async-bootstrapper-2.x
  • renovate/react-monorepo
  • renovate/react-test-renderer-16.x
  • renovate/rimraf-2.x
  • renovate/rimraf-3.x
  • renovate/semantic-release-15.x
  • renovate/semantic-release-monorepo
  • renovate/semantic-release-monorepo-6.x
  • renovate/semantic-release-monorepo-7.x
  • renovate/ts-jest-22.x
  • renovate/ts-jest-23.x
  • renovate/ts-jest-24.x
  • renovate/ts-jest-25.x
  • renovate/ts-node-5.x
  • renovate/ts-node-6.x
  • renovate/ts-node-7.x
  • renovate/ts-node-8.x
  • renovate/tslint-5.x
  • renovate/tslint-6.x
  • renovate/tslint-config-airbnb-5.x
  • renovate/tslint-config-prettier-1.x
  • renovate/tslint-react-3.x
  • renovate/tslint-react-4.x
  • renovate/typescript-2.x
  • renovate/typescript-3.x
  • site-context

pending completion
2167

Pull #53

travis-ci

web-flow
fix(Drupal page): export the DrupalPage.assureData method

In a previous version of hn-react, I could import { DrupalPage } from 'hn-react', but since the
release implementing the React context API the DrupalPage isn't exported as such anymore. Instead,
we now find a React.forwardRef component without the previous existing static method. To solve
this, the DrupalPage.assureData() should be exported again, so it is easy to upgrade my projects to
the latest version of hn-react.

Closes 52
Pull Request #53: fix(Drupal page): export the DrupalPage.assureData method

95 of 95 branches covered (100.0%)

Branch coverage included in aggregate %.

3 of 3 new or added lines in 2 files covered. (100.0%)

297 of 297 relevant lines covered (100.0%)

21.06 hits per line

Relevant lines Covered
Build:
Build:
297 RELEVANT LINES 297 COVERED LINES
21.06 HITS PER LINE
Source Files on 52-export-assureData
  • List 0
  • Changed 2
  • Source Changed 2
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
2167 52-export-assureData fix(Drupal page): export the DrupalPage.assureData method In a previous version of hn-react, I could import { DrupalPage } from 'hn-react', but since the release implementing the React context API the DrupalPage isn't exported as such anymore. In... Pull #53 29 Oct 2018 10:08PM UTC web-flow travis-ci pending completion  
2166 52-export-assureData fix(Drupal page): export the DrupalPage.assureData method In a previous version of hn-react, I could import { DrupalPage } from 'hn-react', but since the release implementing the React context API the DrupalPage isn't exported as such anymore. In... push 29 Oct 2018 10:07PM UTC ianwensink travis-ci pending completion  
See All Builds (5462)
  • 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