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

springload / react-accessible-accordion
88%
master: 88%

Build:
Build:
LAST BUILD BRANCH: main
DEFAULT BRANCH: master
Repo Added 03 Apr 2017 01:25AM CUT
Files 13
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/change-default-settings
branch: feature/change-default-settings
CHANGE BRANCH
x
Reset
  • feature/change-default-settings
  • chore/abstract-business-logic
  • chore/accordion-item-body-refactor
  • chore/accordion-item-state-object
  • chore/accordion-item-title-refactor
  • chore/best-practice
  • chore/bump-babel-deps
  • chore/bump-dev-deps
  • chore/bump-devdeps
  • chore/bump-devdeps-2
  • chore/bump-enzyme
  • chore/bump-husky
  • chore/bump-prettier
  • chore/bump-puppeteer
  • chore/bump-react
  • chore/bump-react-testing-library
  • chore/bump-rollup-deps
  • chore/bump-types
  • chore/bump-unstated
  • chore/bump-webpack-deps
  • chore/component-naming-changes
  • chore/context-refactor
  • chore/correct-accordion-conditionals
  • chore/create-contributing-doc
  • chore/cypress
  • chore/demo-page-updat-es
  • chore/demo-typescript
  • chore/deprecation-notice
  • chore/fix-missing-import-in-readme
  • chore/fix-security-alert
  • chore/flow-types
  • chore/hardcode-aria-labelledby
  • chore/heading-and-button-components
  • chore/hookify-AccordionItem-ItemContext
  • chore/ie11-compat
  • chore/issue-33-rebase
  • chore/item-registration
  • chore/make-flow-ignore-dist-folder
  • chore/mobx-refactor
  • chore/npm-pack
  • chore/prettier
  • chore/race-conditions-2
  • chore/readme-reformat
  • chore/remove-badges
  • chore/remove-classnames
  • chore/remove-disabled
  • chore/remove-react-test-utils
  • chore/remove-redundant-config
  • chore/remove-redundant-demos
  • chore/remove-redundant-scripts
  • chore/remove-redundant-tests
  • chore/rename-accordion-prop
  • chore/rename-hidebodyclassname-prop
  • chore/replace-uuid
  • chore/shift-onchange
  • chore/styles-refactor
  • chore/unify-onChange-behaviour
  • chore/unstated
  • chore/update-contributors
  • chore/update-license
  • chore/update-tests
  • chore/upgrade-deps
  • chore/upgrade-version
  • chore/use-brand-colors
  • feat/enable-eslint
  • feat/fully-support-keyboard
  • feat/optional-region-role-on-accordion-panel
  • feat/reduce-bundle-size
  • feature/allow-zero-expanded
  • feature/animation
  • feature/assert-ids-uuids
  • feature/controller_expanded
  • feature/css-animation
  • feature/demo-styles
  • feature/extra-blocks
  • feature/hideBodyClassName
  • feature/item_activeClassName
  • feature/logo-update
  • feature/onchange-informative
  • feature/onclick-custom
  • feature/publish-flow-types
  • feature/render-prop-component
  • feature/respect-arbitrary-props
  • fix/18
  • fix/babel-helpers
  • fix/css-in-bundle
  • fix/dev-deps-upgrade
  • fix/disabled-heading
  • fix/exectuable-binaries
  • fix/header_cover_section_in_demo
  • fix/issue-33
  • fix/issue-9
  • fix/lint-script
  • fix/regenerator-runtime
  • fix/render-issues
  • fix/revised-accordion-attributes
  • fixes/keycode
  • hotfix/ie-demo-compat
  • hotfix/use-correct-npm-hook
  • main
  • master
  • next
  • readme-polyfill
  • revert-300-patch-1
  • ryami333-patch-1
  • semantic-buttons
  • v0.1.0
  • v0.1.1
  • v0.1.2
  • v0.2.0
  • v0.3.0
  • v0.4.0
  • v0.5.0
  • v0.6.0
  • v1.0.0
  • v1.0.1
  • v1.0.2
  • v2.0.0
  • v2.1.0
  • v2.2.0
  • v2.2.1
  • v2.3.0
  • v2.3.1
  • v2.4.0
  • v2.4.1
  • v2.4.2

23 Aug 2023 01:44AM CUT coverage: 87.925%. Remained the same
5b3117d0-bb86-463f-867c-c8ded1cb2001

Pull #366

circleci

liamjohnston
Merge branch 'feature/change-default-settings' of https://github.com/springload/react-accessible-accordion into feature/change-default-settings
Pull Request #366: Update defaults of allowMultipleExpanded and allowZeroExpanded to true

75 of 98 branches covered (76.53%)

Branch coverage included in aggregate %.

158 of 167 relevant lines covered (94.61%)

29.72 hits per line

Relevant lines Covered
Build:
Build:
167 RELEVANT LINES 158 COVERED LINES
29.72 HITS PER LINE
Source Files on feature/change-default-settings
  • Tree
  • List 13
  • Changed 13
  • Source Changed 13
  • Coverage Changed 0
Loading...
Coverage∆FileLinesRelevantCoveredMissedHits/LineBranch HitsBranch Misses
52.38
src/components/AccordionItemButton.tsx113 13 9 4 25.0 2 6
79.59
src/helpers/focus.ts62 23 23 0 2.0 16 10
82.14
src/components/AccordionItemHeading.tsx93 19 16 3 17.0 7 2
85.71
src/components/AccordionItemPanel.tsx41 7 6 1 5.0 6 1
90.48
src/components/AccordionItem.tsx59 12 11 1 32.0 8 1
93.1
src/components/AccordionContext.tsx126 23 23 0 40.0 4 2
95.65
src/components/ItemContext.tsx111 19 19 0 45.0 3 1
100.0
src/helpers/keycodes.ts14 1 1 0 4.0 0 0
100.0
src/components/AccordionItemState.tsx24 5 5 0 2.0 0 0
100.0
src/components/Accordion.tsx42 2 2 0 23.0 1 0
Showing 1 to 10 of 13 entries
  • Previous
  • 1
  • 2
  • Next
  • ►
    94.61
    src/

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
5b3117d0... feature/change-default-settings Merge branch 'feature/change-default-settings' of https://github.com/springload/react-accessible-accordion into feature/change-default-settings Pull #366 23 Aug 2023 01:46AM CUT liamjohnston circleci
87.92
8381ea81... feature/change-default-settings Update src/components/Accordion.spec.tsx fix typo Co-authored-by: Wilson Espina <wilson.espina@gmail.com> Pull #366 23 Aug 2023 12:33AM CUT web-flow circleci
87.92
66a23c71... feature/change-default-settings Update defaults of allowMultipleExpanded and allowZeroExpanded to true push 22 Aug 2023 05:12AM CUT liamjohnston circleci
87.92
See All Builds (704)
  • 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