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

project-slippi / slippi-js
81%

Build:
DEFAULT BRANCH: master
Repo Added 13 Feb 2021 06:34AM UTC
Files 44
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: SELECT
CHANGE BRANCH
x
  • No branch selected
  • ci-fixes
  • closefile
  • dependabot/npm_and_yarn/ansi-regex-3.0.1
  • dependabot/npm_and_yarn/ansi-regex-5.0.1
  • dependabot/npm_and_yarn/babel/traverse-7.23.2
  • dependabot/npm_and_yarn/decode-uri-component-0.2.2
  • dependabot/npm_and_yarn/file-type-16.5.4
  • dependabot/npm_and_yarn/form-data-4.0.4
  • dependabot/npm_and_yarn/glob-parent-5.1.2
  • dependabot/npm_and_yarn/json5-1.0.2
  • dependabot/npm_and_yarn/minimatch-3.1.2
  • dependabot/npm_and_yarn/minimist-1.2.6
  • dependabot/npm_and_yarn/moment-2.29.2
  • dependabot/npm_and_yarn/multi-75e6bc5210
  • dependabot/npm_and_yarn/path-parse-1.0.7
  • dependabot/npm_and_yarn/postcss-8.4.31
  • dependabot/npm_and_yarn/semver-7.5.2
  • dependabot/npm_and_yarn/semver-regex-3.1.4
  • dependabot/npm_and_yarn/terser-5.14.2
  • dependabot/npm_and_yarn/tmpl-1.0.5
  • dependabot/npm_and_yarn/tough-cookie-4.1.3
  • dependabot/npm_and_yarn/word-wrap-1.2.4
  • dependabot/npm_and_yarn/ws-7.4.6
  • dependabot/npm_and_yarn/ws-7.5.0
  • dependabot/npm_and_yarn/y18n-4.0.1
  • dependabot/npm_and_yarn/y18n-4.0.3
  • deprecate-match-id
  • deps/fix-eslint-dependency-warning
  • deps/shiftjis-decoding
  • deps/update-typescript
  • enet
  • feat/coverage
  • feat/get-all-stages
  • feat/handle-lras-winner
  • feat/quick-read-game-end
  • feat/read-uid
  • feat/rollback-frames
  • feat/web-examples
  • feature/gecko-list
  • fix/enet-loading-2
  • fix/mirroring
  • fix/timeout-winner-calc
  • fix/wavedash-detection
  • index
  • master
  • next
  • refactor/json-constants
  • refactor/test-typings
  • refactor/typings
  • refactor/undefined-over-null
  • refactor/web-first
  • refs/tags/v6.0.0
  • refs/tags/v6.0.1
  • refs/tags/v6.1.0
  • refs/tags/v6.1.1
  • refs/tags/v6.1.2
  • refs/tags/v6.1.3
  • refs/tags/v6.2.0
  • refs/tags/v6.2.1
  • refs/tags/v6.3.0
  • refs/tags/v6.4.0
  • refs/tags/v6.5.0
  • refs/tags/v6.6.0
  • refs/tags/v6.6.1
  • refs/tags/v6.7.0
  • refs/tags/v7.0.0
  • refs/tags/v7.0.1
  • refs/tags/v7.1.0
  • revert/doubles
  • spec-update/match-info
  • test/improve-file-writer-test
  • update/dolphin-start-stop
  • use-util-example

03 Jan 2026 02:56AM UTC coverage: 80.966% (+0.1%) from 80.865%
20671267734

push

github

web-flow
fix: improve wavedash/waveland detection accuracy (#161)

* fix: improve wavedash/waveland detection accuracy

- Extend lookback window from 8 to 9 frames to catch more wavedashes
- Count airborne frames (excluding knee bend) to distinguish wavedash from waveland
- Wavedash: ≤3 airborne frames, Waveland: >3 airborne frames
- Add wavedash/waveland test cases

* fix: improve wavedash/waveland detection accuracy

- Extend lookback window from 8 to 15 frames for slower jumpsquats
- Track Y positions to detect vertical movement during jumps
- Differentiate wavedash (≤4 airborne frames or no Y change) from
  waveland (>4 airborne frames with Y change)
- Add test replays and test cases for wavedash/waveland

* chore: fix comments for wavedash fix

* test: add wavedash-3 regression test

* fix: lints and comments

699 of 931 branches covered (75.08%)

Branch coverage included in aggregate %.

15 of 15 new or added lines in 1 file covered. (100.0%)

1866 of 2237 relevant lines covered (83.42%)

126714.74 hits per line

Relevant lines Covered
Build:
Build:
2237 RELEVANT LINES 1866 COVERED LINES
126714.74 HITS PER LINE
Source Files on master
  • Tree
  • List 44
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
20671267734 master fix: improve wavedash/waveland detection accuracy (#161) * fix: improve wavedash/waveland detection accuracy - Extend lookback window from 8 to 9 frames to catch more wavedashes - Count airborne frames (excluding knee bend) to distinguish waveda... push 03 Jan 2026 02:57AM UTC web-flow github
80.97
20668768395 fix/wavedash-detection Merge eaef731d2 into bb2038c36 Pull #161 03 Jan 2026 02:55AM UTC web-flow github
80.97
20539953360 fix/wavedash-detection Merge c97e420c9 into bb2038c36 Pull #161 01 Jan 2026 11:05AM UTC web-flow github
80.97
20515377994 fix/wavedash-detection Merge e5d4167ab into bb2038c36 Pull #161 26 Dec 2025 06:55AM UTC web-flow github
80.92
20285611115 master release: v9.0.0 push 16 Dec 2025 11:04PM UTC vinceau github
80.86
20257705132 master chore: run typecheck in ci push 16 Dec 2025 05:35AM UTC vinceau github
80.86
20257599155 master refactor: fix test typing issues (#159) * chore: include test folder in tsconfig * fix type errors in tests * test: rename tests from spec.ts to test.ts extension push 16 Dec 2025 05:30AM UTC web-flow github
80.86
20257571862 refactor/test-typings Merge 09baf7f53 into 9ca6b3da6 Pull #159 16 Dec 2025 05:28AM UTC web-flow github
80.86
20257489054 refactor/test-typings Merge 689837a89 into 9ca6b3da6 Pull #159 16 Dec 2025 05:24AM UTC web-flow github
80.86
20257477267 master chore: add slippi-js keyword to package.json push 16 Dec 2025 05:23AM UTC vinceau github
80.86
See All Builds (520)
  • 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