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

ArkScript-lang / Ark
94%

Build:
DEFAULT BRANCH: dev
Repo Added 22 Sep 2024 05:41PM UTC
Files 113
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 dev
branch: SELECT
CHANGE BRANCH
x
  • No branch selected
  • add-n-queens
  • ci
  • ci/codspeed
  • ci/slim-runers
  • 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/apply
  • 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/errors-from-string
  • 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/cmake-install
  • fix/comparisons
  • 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

23 Feb 2026 06:19PM UTC coverage: 93.5%. Remained the same
22319106744

push

github

SuperFola
fix(cmake): do not overwrite the install dir of the stdlib when using a custom install prefix

9250 of 9893 relevant lines covered (93.5%)

276038.44 hits per line

Relevant lines Covered
Build:
Build:
9893 RELEVANT LINES 9250 COVERED LINES
276038.44 HITS PER LINE
Source Files on dev
  • Tree
  • List 113
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
22319106744 dev fix(cmake): do not overwrite the install dir of the stdlib when using a custom install prefix push 23 Feb 2026 06:24PM UTC SuperFola github
93.5
22306144887 dev fix(cli): when taking input from stdin, clearly separate the lines instead of concatenating everything (resulting in comments being longer than expected) push 23 Feb 2026 12:32PM UTC SuperFola github
93.5
22281229261 dev feat(cli): ARK-336, accept '-' as a filename to mean 'read code from stdin' push 22 Feb 2026 04:53PM UTC SuperFola github
93.5
22281039592 feat/various-improvements Merge 74cb9d0b3 into 672fb743f Pull #641 22 Feb 2026 04:41PM UTC web-flow github
93.5
22280951583 feat/various-improvements Merge 17195f993 into 672fb743f Pull #641 22 Feb 2026 04:35PM UTC web-flow github
93.5
22280810322 feat/various-improvements Merge 139f7c188 into 672fb743f Pull #641 22 Feb 2026 04:26PM UTC web-flow github
93.5
22235304970 feat/various-improvements Merge 94e546d61 into 672fb743f Pull #641 20 Feb 2026 06:06PM UTC web-flow github
93.57
22197611158 feat/various-improvements Merge f7564e36a into 672fb743f Pull #641 19 Feb 2026 07:56PM UTC web-flow github
93.57
22157739607 feat/various-improvements Merge 832fcd44e into 672fb743f Pull #641 18 Feb 2026 09:14PM UTC web-flow github
93.31
22157466006 feat/various-improvements Merge 12d4e1a0d into 672fb743f Pull #641 18 Feb 2026 09:05PM UTC web-flow github
93.31
See All Builds (425)
  • 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