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

ArkScript-lang / Ark
92%
dev: 93%

Build:
Build:
LAST BUILD BRANCH: feat/debugger
DEFAULT BRANCH: dev
Repo Added 22 Sep 2024 05:41PM UTC
Files 110
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 feat/debugger
branch: SELECT
CHANGE BRANCH
x
  • No branch selected
  • add-n-queens
  • ci
  • ci/codspeed
  • debug/valgrind
  • december-2024-fixes
  • dependabot/github_actions/CodSpeedHQ/action-3.6.1
  • dependabot/github_actions/CodSpeedHQ/action-3.7.0
  • dependabot/github_actions/CodSpeedHQ/action-3.8.0
  • dependabot/github_actions/CodSpeedHQ/action-4.0.1
  • dependabot/github_actions/CodSpeedHQ/action-4.1.1
  • dependabot/github_actions/CodSpeedHQ/action-4.2.1
  • dependabot/github_actions/CodSpeedHQ/action-4.3.1
  • dependabot/github_actions/CodSpeedHQ/action-4.4.1
  • dependabot/github_actions/actions/checkout-5
  • dependabot/github_actions/actions/checkout-6
  • dependabot/github_actions/actions/download-artifact-5
  • dependabot/github_actions/actions/download-artifact-6
  • dependabot/github_actions/actions/setup-node-6
  • dependabot/github_actions/actions/upload-artifact-5
  • dependabot/github_actions/docker/build-push-action-6.15.0
  • dependabot/github_actions/docker/build-push-action-6.16.0
  • dependabot/github_actions/docker/build-push-action-6.17.0
  • dependabot/github_actions/docker/build-push-action-6.18.0
  • dependabot/github_actions/docker/login-action-3.5.0
  • dependabot/github_actions/docker/login-action-3.6.0
  • dependabot/github_actions/docker/setup-buildx-action-3.11.0
  • dependabot/github_actions/docker/setup-buildx-action-3.11.1
  • dependabot/github_actions/docker/setup-qemu-action-3.7.0
  • dependabot/github_actions/ffurrer2/extract-release-notes-2
  • dependabot/github_actions/ffurrer2/extract-release-notes-3.0.0
  • dependabot/github_actions/github/codeql-action-4
  • dependabot/github_actions/jidicula/clang-format-action-4.15.0
  • dependabot/github_actions/jidicula/clang-format-action-4.16.0
  • dependabot/github_actions/leafo/gh-actions-lua-11
  • dependabot/github_actions/leafo/gh-actions-lua-12.0.0
  • dependabot/github_actions/peter-evans/create-issue-from-file-6
  • dependabot/github_actions/peter-evans/create-or-update-comment-5.0.0
  • dependabot/github_actions/peter-evans/find-comment-4
  • dependabot/github_actions/softprops/action-gh-release-2.3.2
  • dependabot/github_actions/softprops/action-gh-release-2.3.4
  • dependabot/github_actions/softprops/action-gh-release-2.4.1
  • dependabot/github_actions/softprops/action-gh-release-2.4.2
  • dependabot/github_actions/softprops/action-gh-release-2.5.0
  • deprecate/vm-resolve
  • dev
  • emsdk
  • enhance-runtime-errors
  • feat/better-locals
  • feat/better-parser-position-tracking
  • feat/better-scopes
  • feat/better-typeerror-messages
  • feat/builtins-in-std
  • feat/contiguous-bytecode
  • feat/debugger
  • feat/dedicated-while-scope
  • feat/dict
  • feat/execution-ctx-pool
  • feat/fused-math
  • feat/inst-locations
  • feat/lines-in-bytecode-reader
  • feat/mingw-support
  • feat/parsing-errors-context
  • feat/random
  • feat/ref
  • feat/std-function
  • feat/tests-typechecker
  • feat/various-improvements
  • fix/capture
  • fix/exported-symbols
  • fix/field-names-qualification
  • fix/format-cond-on-newline
  • fix/fuzzer-bugs
  • fix/macros
  • fix/scope-bad-alloc
  • fix/self-call-args
  • inst/reset-scope
  • issue/544
  • issue/546
  • opti/self-calls
  • rename/paste
  • serialize/bytecode_numbers
  • tests-for-repl
  • tests/builtins
  • windows-sucks

13 Jan 2026 07:19AM UTC coverage: 92.246% (-0.5%) from 92.743%
20948190269

Pull #628

github

web-flow
Merge 59ad4b9eb into ada0e0686
Pull Request #628: Feat/debugger

52 of 115 new or added lines in 6 files covered. (45.22%)

2 existing lines in 1 file now uncovered.

8506 of 9221 relevant lines covered (92.25%)

279965.56 hits per line

Relevant lines Covered
Build:
Build:
9221 RELEVANT LINES 8506 COVERED LINES
279965.56 HITS PER LINE
Source Files on dev
  • Tree
  • List 110
  • Changed 7
  • Source Changed 0
  • Coverage Changed 7
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
20948190269 feat/debugger Merge 59ad4b9eb into ada0e0686 Pull #628 13 Jan 2026 07:22AM UTC web-flow github
92.25
20882148582 dev fix(formatter): don't forget to add the indentation when a condition is on a newline push 10 Jan 2026 05:58PM UTC SuperFola github
92.74
20881592893 fix/format-cond-on-newline Merge 40305a903 into 7550bb13b Pull #627 10 Jan 2026 05:11PM UTC web-flow github
92.74
20853932363 dev chore(tests): test tail calls to ensure arguments are correct when swapping them around between calls push 09 Jan 2026 01:50PM UTC SuperFola github
92.74
20831536352 fix/self-call-args Merge 2c2b68274 into 2caa45406 Pull #625 08 Jan 2026 09:01PM UTC web-flow github
92.74
20722387488 dev chore: update copyright push 05 Jan 2026 04:48PM UTC SuperFola github
92.74
20663874221 dev feat(repl): add repl:load to load code from a file in the repl push 02 Jan 2026 06:19PM UTC SuperFola github
92.74
20642777309 dev fix(tests): add a guard when reading files so that tests still pass in valgrind push 01 Jan 2026 05:43PM UTC SuperFola github
92.74
20642569679 dev fix(vm): avoid constant conversion from int to uint16_t by using uint16_t constants to begin with push 01 Jan 2026 05:26PM UTC SuperFola github
92.74
20642516110 dev fix(vm): avoid constant conversion from int to uint16_t by using uint16_t constants to begin with push 01 Jan 2026 05:22PM UTC SuperFola github
92.74
See All Builds (383)
  • 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