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

Xevion / Pac-Man
80%

Build:
DEFAULT BRANCH: master
Repo Added 28 Jul 2025 09:49PM UTC
Files 38
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
  • copilot/fix-77245ae8-0e33-4f27-8f02-c76c0d1eda9a
  • dependabot/cargo/dependencies-4b9578465a
  • dependabot/github_actions/dependencies-a331d3ec2d
  • ecs
  • test
  • v0.77.1
  • v0.78.0
  • v0.78.1
  • v0.78.3
  • v0.78.5
  • v0.79.0
  • v0.79.2
  • v0.80.0
  • v0.80.1

23 Nov 2025 07:21AM UTC coverage: 79.804% (-0.09%) from 79.893%
19607740928

push

github

Xevion
fix(web): resolve leaderboard production crashes by removing react-animated-numbers

Remove react-animated-numbers dependency which caused production-only crashes due to CommonJS/ESM interop issues with Vite's production bundler. Replace animated score displays with simple toLocaleString() formatting.

Also add missing +config.ts to disable SSR for the leaderboard page, fixing 307 redirect loop caused by SSR/prerender configuration mismatch.

Changes:
- Remove react-animated-numbers from package.json
- Add web/pages/leaderboard/+config.ts with ssr: false
- Replace AnimatedNumbers component with direct number formatting
- Simplify leaderboard score display (no animation, instant render)

2691 of 3372 relevant lines covered (79.8%)

24439.78 hits per line

Relevant lines Covered
Build:
Build:
3372 RELEVANT LINES 2691 COVERED LINES
24439.78 HITS PER LINE
Source Files on master
  • Tree
  • List 38
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
19607740928 master fix(web): resolve leaderboard production crashes by removing react-animated-numbers Remove react-animated-numbers dependency which caused production-only crashes due to CommonJS/ESM interop issues with Vite's production bundler. Replace animated ... push 23 Nov 2025 07:26AM UTC Xevion github
79.8
19607672643 master fix(ci): consolidate Dependabot configs to resolve overlapping directories Dependabot rejected the previous configuration due to duplicate package-ecosystem/directory combinations. Merged separate patch/minor/major update configs into single conf... push 23 Nov 2025 07:20AM UTC Xevion github
79.89
19607344197 master fix(game): track cursor and touch state in dirty flag for immediate visual feedback Extends dirty_render_system to detect changes in CursorPosition and TouchState resources. This ensures re-renders trigger immediately when clicking to activate dr... push 23 Nov 2025 06:50AM UTC Xevion github
79.89
19606722783 master fix(ci): use dynamic proxy Dockerfile for Railway deployment Replace railway redeploy with railway up using a dynamically generated proxy Dockerfile. The proxy pulls the pre-built image from GHCR using the exact SHA256 digest, avoiding Railpack s... push 23 Nov 2025 05:51AM UTC Xevion github
79.8
19606521011 master fix(ci): use dynamic proxy Dockerfile for Railway deployment Replace railway redeploy with railway up using a dynamically generated proxy Dockerfile. The proxy pulls the pre-built image from GHCR using the exact SHA256 digest, avoiding Railpack s... push 23 Nov 2025 05:32AM UTC Xevion github
79.8
19605752744 master fix(ci): use railway redeploy instead of railway up Changed deployment command from `railway up` to `railway redeploy` because the Railway service is configured to use an external Docker image from GHCR, not source code deployment. The `railway u... push 23 Nov 2025 04:21AM UTC Xevion github
79.89
19605561026 master chore(deps): reconfigure Dependabot with granular update groups Replaced monolithic dependency grouping with 13 separate update groups across Cargo (game/server), npm (frontend), and GitHub Actions ecosystems. Key improvements: - Separate patch/... push 23 Nov 2025 04:04AM UTC Xevion github
79.89
19605418179 master fix(ci): correct Railway CLI invocation in GitHub Actions The deployment was failing because the workflow used incorrect syntax with `uses: docker://` which caused Docker to misinterpret `up` as an executable rather than an argument to the Railwa... push 23 Nov 2025 03:50AM UTC Xevion github
79.8
19605101315 master fix(game): resolve race condition in render dirty flag using bitwise OR The render dirty flag was being reset instead of accumulated, causing the game to become stuck and unplayable in web builds. Changed from assignment to bitwise OR to preserve... push 23 Nov 2025 03:20AM UTC Xevion github
79.8
19603769221 master feat(ci): trigger Railway deployment immediately after Docker push Add Railway CLI step to GitHub Actions workflow that deploys to Railway immediately after the Docker image is pushed to ghcr.io. push 23 Nov 2025 01:11AM UTC Xevion github
79.89
See All Builds (208)
  • 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