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

maximunited / yomu
85%

Build:
DEFAULT BRANCH: master
Repo Added 10 Aug 2025 08:01PM UTC
Files 52
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 master
branch: master
CHANGE BRANCH
x
Reset
  • master
  • chore/add-auto-allow-permissions
  • chore/add-pre-commit-config
  • chore/optimize-appveyor
  • dependabot/github_actions/actions/checkout-6
  • dependabot/github_actions/actions/setup-node-6
  • dependabot/npm_and_yarn/commitlint/cli-21.0.1
  • dependabot/npm_and_yarn/commitlint/config-conventional-20.5.3
  • dependabot/npm_and_yarn/commitlint/config-conventional-21.0.1
  • dependabot/npm_and_yarn/date-fns-4.2.1
  • dependabot/npm_and_yarn/date-fns-4.4.0
  • dependabot/npm_and_yarn/dev-dependencies-08e25de75b
  • dependabot/npm_and_yarn/dev-dependencies-0c926ce71a
  • dependabot/npm_and_yarn/dev-dependencies-15f38cdc1f
  • dependabot/npm_and_yarn/dev-dependencies-2a3603a363
  • dependabot/npm_and_yarn/dev-dependencies-48356f2967
  • dependabot/npm_and_yarn/dev-dependencies-8031bf68b8
  • dependabot/npm_and_yarn/dev-dependencies-d780ba9475
  • dependabot/npm_and_yarn/dev-dependencies-f6f5ebf992
  • dependabot/npm_and_yarn/fast-uri-3.1.2
  • dependabot/npm_and_yarn/headlessui/react-2.2.10
  • dependabot/npm_and_yarn/lint-staged-17.0.2
  • dependabot/npm_and_yarn/lint-staged-17.0.5
  • dependabot/npm_and_yarn/linting-693865a33c
  • dependabot/npm_and_yarn/linting-de759b0c8c
  • dependabot/npm_and_yarn/lucide-react-1.14.0
  • dependabot/npm_and_yarn/lucide-react-1.17.0
  • dependabot/npm_and_yarn/next-16.2.6
  • dependabot/npm_and_yarn/next-intl-4.11.1
  • dependabot/npm_and_yarn/next-intl-4.12.0
  • dependabot/npm_and_yarn/next-intl-4.13.0
  • dependabot/npm_and_yarn/nextjs-24e32df435
  • dependabot/npm_and_yarn/nextjs-2633946790
  • dependabot/npm_and_yarn/nextjs-801a84128e
  • dependabot/npm_and_yarn/nextjs-a60a7d7079
  • dependabot/npm_and_yarn/nextjs-b40416ad27
  • dependabot/npm_and_yarn/react-073a1f481f
  • dependabot/npm_and_yarn/react-4ec730f73f
  • dependabot/npm_and_yarn/react-b2eb9638e0
  • dependabot/npm_and_yarn/tailwind-d5c9f75841
  • dependabot/npm_and_yarn/testing-2a921c8ef2
  • dependabot/npm_and_yarn/testing-bb44c45a77
  • dependabot/npm_and_yarn/testing-e0f1f1b0cb
  • docs/database-postgres-guide
  • docs/node-version-strategy
  • feat/prisma-7-migration
  • fix/appveyor-ubuntu-node-install
  • fix/codeql-workflow-config
  • fix/remove-claude-settings-from-git
  • pre-commit-ci-update-config
  • security/auto-fix-npm-audit

06 Jun 2026 01:35PM UTC coverage: 84.775%. Remained the same
27063742335

push

github

web-flow
chore(deps): bump date-fns from 4.3.0 to 4.4.0 (#69)

Bumps [date-fns](https://github.com/date-fns/date-fns) from 4.3.0 to 4.4.0.
- [Release notes](https://github.com/date-fns/date-fns/releases)
- [Commits](https://github.com/date-fns/date-fns/compare/v4.3.0...v4.4.0)

---
updated-dependencies:
- dependency-name: date-fns
  dependency-version: 4.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

691 of 975 branches covered (70.87%)

Branch coverage included in aggregate %.

10100 of 11754 relevant lines covered (85.93%)

32.77 hits per line

Relevant lines Covered
Build:
Build:
11754 RELEVANT LINES 10100 COVERED LINES
32.77 HITS PER LINE
Source Files on master
  • Tree
  • List 52
  • 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
27063742335 master chore(deps): bump date-fns from 4.3.0 to 4.4.0 (#69) Bumps [date-fns](https://github.com/date-fns/date-fns) from 4.3.0 to 4.4.0. - [Release notes](https://github.com/date-fns/date-fns/releases) - [Commits](https://github.com/date-fns/date-fns/com... push 06 Jun 2026 01:37PM UTC web-flow github
84.77
26636663934 master fix(test): update i18n import path after dependency update Fixed module resolution issue in next-intl-config test after npm update. Changed from bare 'i18n' import to relative path '../../../i18n' to ensure Jest can resolve the module correctly w... push 29 May 2026 12:17PM UTC maximunited github
84.77
26636384852 master fix(ci): disable Scrutinizer builds to prevent infrastructure failures Scrutinizer's build infrastructure runs on an outdated Linux distribution that lacks GLIBC 2.27+ required by Node.js 22.14.0. Set `build: false` to explicitly disable builds a... push 29 May 2026 12:10PM UTC maximunited github
84.77
26536265658 master docs: comprehensive PostgreSQL setup guide and system architecture (#59) * docs: fix database configuration inconsistencies and add comprehensive PostgreSQL setup guide Fix critical documentation issues where setup instructions referenced SQLite... push 27 May 2026 08:18PM UTC web-flow github
84.77
26532525691 master docs: update to Node.js 22.14.0 LTS and add version strategy (#56) * docs: clarify Node.js version strategy and add .nvmrc Add comprehensive Node.js version management documentation and tooling: - Create .nvmrc specifying Node.js 20.9.0 for ver... push 27 May 2026 07:05PM UTC web-flow github
84.77
26499019144 master chore: update pre-commit hooks (#57) updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v5.0.0...v6.0.0) - [github.com/alessandrojcm/commitlint-pre-commit-hook: v9.18.0 → v9... push 27 May 2026 08:08AM UTC web-flow github
84.76
26372766887 master feat: migrate to Prisma 7 with PostgreSQL driver adapter (#55) * feat: migrate to Prisma 7 with PostgreSQL driver adapter BREAKING CHANGE: Migrate from Prisma 6 to Prisma 7 Changes: - Update @prisma/client and prisma to v7.8.0 - Remove url fiel... push 24 May 2026 09:07PM UTC web-flow github
84.76
26369549318 master fix(security): upgrade uuid to 11.1.1+ to fix moderate vulnerability Add uuid override to force version 11.1.1+ across all dependencies, addressing GHSA-w5hq-g745-h8pq (missing buffer bounds check in uuid). This resolves the moderate severity vu... push 24 May 2026 06:40PM UTC maximunited github
84.7
26369222266 master chore(deps): update lucide-react and tailwind-merge to latest Update remaining safe dependencies after Dependabot PR merge: - lucide-react: 1.14.0 → 1.16.0 - tailwind-merge: 3.5.0 → 3.6.0 All tests passing. Build verified. Co-Authored-By: Claud... push 24 May 2026 06:26PM UTC maximunited github
84.7
26367923900 master chore(deps): bump the react group across 1 directory with 2 updates (#45) Bumps the react group with 2 updates in the / directory: [react](https://github.com/facebook/react/tree/HEAD/packages/react) and [react-dom](https://github.com/facebook/rea... push 24 May 2026 05:28PM UTC web-flow github
84.7
See All Builds (180)
  • 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