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

JuliaLang / julia
77%

Build:
DEFAULT BRANCH: master
Repo Added 01 Jul 2014 01:16AM UTC
Files 350
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
  • 92524901548ddad4a7529f00be47d2e1d9d80bae
  • HEAD
  • IanButterworth:ib/base_cov_fix
  • IanButterworth:ib/coverage_fix
  • IanButterworth:ib/coverage_timeout_bump
  • IanButterworth:ib/force_color
  • amitm/topodoc
  • anj/factorize
  • anj/triangle
  • backports-release-1.8
  • bigint
  • cjh/linalg-refactor
  • db/trsv
  • dpa/1.8-html-docs-suitesparse
  • dpa/buildkite_tester_linux64
  • dpa/ci-buildkite-coverage-worker-timeout
  • dpa/coverage
  • dpa/coverage-red-flag
  • dpa/coverage-timeout
  • dpa/coverage-update-rootfs-image
  • dpa/fix-coverage
  • dpa/julia_test_verbose_logs_dir
  • dpa/no-bb
  • dpa/schedule
  • dpa/scheduled-pipeline
  • dpa/signature-coverage-buildkite
  • dpa/update-rootfs-images
  • fe/r2
  • giordano:mg/codecov
  • heads/v1.5.0
  • heads/v1.5.0-beta1
  • heads/v1.5.0-rc1
  • heads/v1.5.0-rc2
  • heads/v1.5.1
  • heads/v1.5.2
  • heads/v1.5.3
  • heads/v1.6.0-rc1
  • jb/checked_int_trunc
  • jb/functions
  • jb/tupleoverhaul
  • jcb/docfixes
  • jn/callmore
  • jn/over-coverage-fix
  • jn/stream.open
  • kf/libunwind-gcc-fix
  • ksh/lapack
  • kshyatt:ib/base_cov_fix
  • main
  • mb/abstractsmarts
  • multithreading
  • refs/pull/36464/merge
  • release-0.3
  • release-0.4
  • release-1.3
  • release-1.4
  • release-1.5
  • release-1.6
  • release-1.8
  • sf/build_sysimg3.0
  • sf/cpuset_limited_filter
  • sf/optimization
  • sf/perfcodespeed
  • showundef
  • sjk/bigfloat-linspace
  • sjk/faster-sumabs2
  • sjk/isnan
  • sjk/sparse-reductions
  • sk/mathconst
  • sk/utf16helpers
  • teh/cartesian_iteration2
  • teh/malloclog
  • teh/nosys
  • teh/pkg_test
  • tk/backports-0.4.2
  • tk/git-advice
  • tk/travis-fastfail
  • v1.10.0
  • v1.10.0-alpha1
  • v1.10.0-beta2
  • v1.10.0-beta3
  • v1.10.0-rc1
  • v1.10.0-rc2
  • v1.10.0-rc3
  • v1.10.1
  • v1.10.10
  • v1.10.2
  • v1.10.3
  • v1.10.4
  • v1.10.5
  • v1.10.6
  • v1.10.7
  • v1.10.9
  • v1.11.0
  • v1.11.0-alpha1
  • v1.11.0-alpha2
  • v1.11.0-beta1
  • v1.11.0-beta2
  • v1.11.0-rc1
  • v1.11.0-rc2
  • v1.11.0-rc3
  • v1.11.0-rc4
  • v1.11.1
  • v1.11.2
  • v1.11.3
  • v1.11.4
  • v1.11.5
  • v1.11.6
  • v1.11.7
  • v1.11.8
  • v1.12.0
  • v1.12.0-beta3
  • v1.12.0-rc2
  • v1.12.0-rc3
  • v1.12.1
  • v1.12.2
  • v1.12.3
  • v1.8.5
  • v1.9.0
  • v1.9.0-beta1
  • v1.9.0-beta2
  • v1.9.0-beta3
  • v1.9.0-beta4
  • v1.9.0-rc1
  • v1.9.0-rc2
  • v1.9.1
  • v1.9.2
  • v1.9.3
  • v1.9.4
  • vs/sparsemodule
  • wordcount-example
  • yyc/genstdlib-module
  • yyc/misc

27 Dec 2025 01:54PM UTC coverage: 76.728%. First build
1389

push

buildkite

web-flow
Clarify that `cpu_info` times are expressed in milliseconds (#60480)

libuv reports times in milliseconds, but the Julia docs and show() use units of
1/Sys.SC_CLK_TCK which is 100 on my laptop. The mismatch might be due
to libuv changeset https://github.com/libuv/libuv/commit/37a8affbd.

Fixes #53577

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

62468 of 81415 relevant lines covered (76.73%)

22359377.96 hits per line

Relevant lines Covered
Build:
Build:
81415 RELEVANT LINES 62468 COVERED LINES
22359377.96 HITS PER LINE
Source Files on master
  • Tree
  • List 350
  • 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
1389 master Clarify that `cpu_info` times are expressed in milliseconds (#60480) libuv reports times in milliseconds, but the Julia docs and show() use units of 1/Sys.SC_CLK_TCK which is 100 on my laptop. The mismatch might be due to libuv changeset https://... push 28 Dec 2025 11:47AM UTC web-flow buildkite
76.73
1385 master Fix JET warning in Base.sendfile (#60466) Help JET (and humans?) understand that src_file and dst_file won't be used without being defined. Fixes this JET report: ``` │┌ cp(src::AbstractString, dst::String) @ Base.Filesystem ./file.jl:404 ││┌ cp... push 24 Dec 2025 11:35AM UTC web-flow buildkite
76.79
1384 master Fix JET warnings in `copy_chunks!`, `copy_chunks_rtol!`, `fill_chunks!` (#60453) > local variable `msk_d1` may be undefined: msk_d1::UInt64 The code logic was actually right, but by transforming the code, JET can also see it (and arguably it is ... push 23 Dec 2025 11:47AM UTC web-flow buildkite
76.63
1381 master Set `HAVE_SSP` and import `__stack_chk_guard` from libc on FreeBSD (#60433) The stack canary symbol is defined in libc on FreeBSD, so we can import it there like we do on macOS. Also, set `HAVE_SSP` because we have SSP. push 20 Dec 2025 11:35AM UTC web-flow buildkite
76.62
1372 master Move `SyntaxGraph`/`SyntaxTree` from JuliaLowering to JuliaSyntax (#60370) This is purely a code movement PR. @c42f has noted that `SyntaxTree` may eventually replace `SyntaxNode` and should be part of JuliaSyntax. Doing this code movement before... push 13 Dec 2025 11:45AM UTC web-flow buildkite
76.74
1370 master libgit2: New version 1.9.2 (#60369) push 12 Dec 2025 11:38AM UTC web-flow buildkite
76.63
1367 master Logging: define isless between Integer and LogLevel (#60330) push 10 Dec 2025 11:38AM UTC web-flow buildkite
76.63
1486 master set VERSION to 1.12.1 (#59871) Pull #495 31 Oct 2025 07:58PM UTC web-flow buildkite
69.47
1304 master docs: fix broken md syntax of `isopen(::Channel)` (#59822) push 13 Oct 2025 11:16AM UTC web-flow buildkite
76.95
1472 master set VERSION to 1.12.0 (#59757) Pull #495 12 Oct 2025 12:56AM UTC web-flow buildkite
70.2
See All Builds (6375)
  • 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