• 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
  • SuperFola-patch-1
  • add-n-queens
  • ci
  • ci/codspeed
  • ci/slim-runers
  • debug/valgrind
  • debugger/show-stack-and-locals
  • 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/bitwise
  • feat/builtins-in-std
  • feat/contiguous-bytecode
  • feat/datetime-builtins
  • feat/debugger
  • feat/dedicated-while-scope
  • feat/dict
  • feat/errors-from-string
  • feat/everything-is-an-expr
  • feat/execution-ctx-pool
  • feat/format-lists
  • feat/fused-math
  • feat/inline
  • feat/inst-locations
  • feat/inst-tracking
  • feat/lines-in-bytecode-reader
  • feat/mingw-support
  • feat/parsing-errors-context
  • feat/random
  • feat/ref
  • feat/show-deprecation-warnings
  • feat/std-function
  • feat/tests-typechecker
  • feat/unicode
  • feat/various-improvements
  • fix/663
  • fix/calling-convention
  • fix/capture
  • fix/cmake-install
  • fix/comparisons
  • fix/compiler-segfault
  • fix/exported-symbols
  • fix/field-names-qualification
  • fix/format-cond-on-newline
  • fix/fuzzer-bugs
  • fix/load_fast
  • fix/macros
  • fix/scope-bad-alloc
  • fix/scope-error-on-list-insts
  • fix/self-call-args
  • fix/string_ord
  • fix/tail-call-args
  • fix/tail-calls-binding
  • fixes
  • inst/reset-scope
  • issue/544
  • issue/546
  • issue/676
  • more-debugger-commands
  • opti/self-calls
  • push-less-ref
  • rename/paste
  • serialize/bytecode_numbers
  • stdout-err-swap
  • tests-for-repl
  • tests/builtins
  • vm
  • windows-sucks

20 Jun 2026 03:39PM UTC coverage: 94.349% (+0.001%) from 94.348%
27875830396

push

github

SuperFola
fix(builtins): parseDate had an off by one error due to integer division not flooring for negative numbers, offseting some dates by a year

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

10301 of 10918 relevant lines covered (94.35%)

955789.46 hits per line

Relevant lines Covered
Build:
Build:
10918 RELEVANT LINES 10301 COVERED LINES
955789.46 HITS PER LINE
Source Files on dev
  • Tree
  • List 113
  • 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
27875830396 dev fix(builtins): parseDate had an off by one error due to integer division not flooring for negative numbers, offseting some dates by a year push 20 Jun 2026 03:47PM UTC SuperFola github
94.35
27780690832 dev feat(ci): add a job testing on windows with visual studio 2026 push 18 Jun 2026 06:36PM UTC SuperFola github
94.35
27774447609 dev chore: update stdlib and modules push 18 Jun 2026 04:48PM UTC SuperFola github
94.35
27773634203 dev fix(formatter): function calls that are on multiple lines should start on a newly indented line push 18 Jun 2026 04:33PM UTC SuperFola github
94.35
27218257428 dev chore: ArkScript 4.7.0 prerelease 1 push 09 Jun 2026 03:55PM UTC SuperFola github
94.34
27201111484 dev chore: update stdlib push 09 Jun 2026 10:57AM UTC SuperFola github
94.34
27200108521 feat/datetime-builtins Merge 3a42b1d0b into 54225fe55 Pull #692 09 Jun 2026 10:37AM UTC web-flow github
94.34
27191490249 feat/datetime-builtins Merge ac5f35f9a into 54225fe55 Pull #692 09 Jun 2026 07:49AM UTC web-flow github
94.1
27160099294 feat/datetime-builtins Merge 12ebad0e3 into 54225fe55 Pull #692 08 Jun 2026 07:06PM UTC web-flow github
94.1
27150172684 feat/datetime-builtins Merge bb8a4ece2 into 54225fe55 Pull #692 08 Jun 2026 04:06PM UTC web-flow github
94.1
See All Builds (545)
  • 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