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

alessiofrittoli / react-hooks
100%
master: 100%

Build:
Build:
LAST BUILD BRANCH: v4.2.2
DEFAULT BRANCH: master
Repo Added 16 Apr 2025 02:11PM UTC
Files 37
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 v4.2.2
branch: SELECT
CHANGE BRANCH
x
  • No branch selected
  • bump/project-deps
  • bump/update-project-deps
  • chore/minor-improvements
  • docs/add-missing-api-reference-sections
  • docs/minor-improvements
  • docs/useStorage-api-reference
  • feature/-useConnection-hook
  • feature/add-support-types-for-EventTarget-listeners
  • feature/add-useDocumentVisibility-hook
  • feature/add-useIsTouchDevice-hook
  • feature/add-usePreventContextMenu-hook
  • feature/add-useWakeLock-hook
  • feature/do-not-let-coveralls-report-job-step-to-fail-checks-if-Run-tests-succeds
  • feature/enable-tsup-shims
  • feature/export-UseInViewReturnType-interface
  • feature/improved-useConnection-hook
  • feature/made-callback-optional-in-useTimeout
  • feature/minor-useTimeout-and-useInterval-improvements
  • feature/remove-subpath-entries
  • feature/run-callback-when-timer-starts
  • feature/useDarkMode-hook
  • feature/useDebounce-hook
  • feature/useDeferCallback-hook
  • feature/useEffectOnce-hook
  • feature/useEventListener-hook
  • feature/useFocusTrap-hook
  • feature/useInView-hook
  • feature/useInView-improvements
  • feature/useInput-hook
  • feature/useInterval-hook
  • feature/useIntervalWhenVisible-hook
  • feature/useIsClient-hook
  • feature/useIsFirstRender-hook
  • feature/useIsPortrait-hook
  • feature/useMediaQuery-hook
  • feature/useMediaQuery-improvements
  • feature/usePagination-hook
  • feature/useQueue-hook
  • feature/useScrollBlock-hook
  • feature/useSelection-hook
  • feature/useStorage-hook
  • feature/useTimeout-hook
  • feature/useTimeout-useInterval-light
  • feature/useUpdateEffect-hook
  • fix/add-missing-usePreventContextMenu-export
  • fix/ensure-proper-timer-teardown
  • fix/ensure-timers-are-stopped-on-unmount
  • fix/jump-to-first-item-if-the-given-uuid-doesn't-exists-in-the-given-queue-in-useQueue
  • fix/memoize-value-and-isValid-calcs-useInput
  • fix/return-`undefined`-if-given-`uuid`-does-not-exists-in-the-`queue`-and-no-new-`queue`-has-been-given
  • master
  • releases/alpha
  • revert-37-bump/project-deps
  • tests/improved-unit-tests
  • tests/useLocalStorage-useSessionStorage-unit-tests
  • v1.0.0
  • v1.1.0
  • v1.2.0
  • v2.0.0
  • v2.0.1
  • v3.0.0
  • v3.1.0
  • v3.2.0
  • v3.2.0-alpha.1
  • v3.2.0-alpha.2
  • v3.2.0-alpha.3
  • v3.2.1
  • v3.3.0
  • v3.3.0-alpha.1
  • v3.3.0-alpha.2
  • v3.3.0-alpha.3
  • v3.4.0
  • v3.5.0
  • v3.6.0
  • v3.7.0
  • v3.7.1
  • v3.8.0
  • v4.0.0
  • v4.1.0
  • v4.1.1
  • v4.2.0
  • v4.2.1
  • v4.2.2
  • wip/useCountdown

20 Mar 2026 05:12PM UTC coverage: 100.0%. Remained the same
23354119155

push

github

alessiofrittoli
release v4.2.2

342 of 342 branches covered (100.0%)

Branch coverage included in aggregate %.

639 of 639 relevant lines covered (100.0%)

13.84 hits per line

Relevant lines Covered
Build:
Build:
639 RELEVANT LINES 639 COVERED LINES
13.84 HITS PER LINE
Source Files on master
  • Tree
  • List 37
  • 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
23354119155 v4.2.2 release v4.2.2 push 20 Mar 2026 05:13PM UTC alessiofrittoli github
100.0
23354113536 master release v4.2.2 push 20 Mar 2026 05:13PM UTC alessiofrittoli github
100.0
23354081213 master fix: return `undefined` if given `uuid` does not exists in the `queue` and no new `queue` has been given (#71) push 20 Mar 2026 05:12PM UTC web-flow github
100.0
23354066543 master chore(deps): bump flatted in the npm_and_yarn group across 1 directory (#70) Bumps the npm_and_yarn group with 1 update in the / directory: [flatted](https://github.com/WebReflection/flatted). Updates `flatted` from 3.4.1 to 3.4.2 - [Commits](h... push 20 Mar 2026 05:12PM UTC web-flow github
100.0
23354041832 fix/return-`undefined`-if-given-`uuid`-does-not-exists-in-the-`queue`-and-no-new-`queue`-has-been-given fix: return `undefined` if given `uuid` does not exists in the `queue` and no new `queue` has been given Pull #71 20 Mar 2026 05:11PM UTC alessiofrittoli github
100.0
23353809924 v4.2.1 release v4.2.1 push 20 Mar 2026 05:05PM UTC alessiofrittoli github
100.0
23353796192 master release v4.2.1 push 20 Mar 2026 05:05PM UTC alessiofrittoli github
100.0
23353778281 master fix: jump to first item if the given `uuid` doesn't exists in the given `queue` in `useQueue` (#69) push 20 Mar 2026 05:05PM UTC web-flow github
100.0
23353745730 fix/jump-to-first-item-if-the-given-uuid-doesn't-exists-in-the-given-queue-in-useQueue fix: jump to first item if the given `uuid` doesn't exists in the given `queue` in `useQueue` Pull #69 20 Mar 2026 05:04PM UTC alessiofrittoli github
100.0
23353576965 fix/jump-to-first-item-if-the-given-uuid-doesn't-exists-in-the-given-queue-in-useQueue fix: jump to first item if the given `uuid` doesn't exists in the given `queue` in `useQueue` Pull #68 20 Mar 2026 04:59PM UTC alessiofrittoli github
100.0
See All Builds (218)
  • 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