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

pcolby / dokit
83%
main: 83%

Build:
Build:
LAST BUILD BRANCH: macos-15-hang-issue
DEFAULT BRANCH: main
Repo Added 25 Apr 2023 10:09PM UTC
Token 4C8VUVC92vLqKl66Si7kNLT7cquU2XAfK regen
Build 712 Last
Files 62
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 llvm-cov
branch: llvm-cov
CHANGE BRANCH
x
Reset
Sync Branches
  • llvm-cov
  • QTBUG-119063
  • QTPOKIT_BEFRIEND_TEST
  • QT_ENABLE_STRICT_MODE_UP_TO
  • aqtversion
  • aqtversion-v3.2.0
  • artifacts-v4
  • ci-win-hang
  • clamp
  • clang-format
  • cli-status-output
  • cmake-min-max
  • cmake-project
  • cmake-tweaks
  • cmake-version
  • cmake-warn-as-err
  • cmake_minimum_version
  • codeql
  • collate-speedup
  • collate-test-results
  • cover-all
  • coveralls-v2
  • cpp-core-guideline-sf.12
  • cpp17
  • doxygen-1.10
  • doxygen-1.11
  • doxygen-1.9.7
  • forum-topic-161356
  • generic-access
  • genhtml-tweaks
  • gh-perms
  • gh-run-download
  • github-output
  • github-ubuntu-22.04
  • gui
  • install-linuxdeploy-action
  • install-qt-action-4.3.0
  • install-qt-action-v4-win
  • jdpurcell-install-qt-action-v4
  • lcov-2.3
  • lcov-2.3.1
  • linters
  • linux-arm64
  • linuxdeploy-appimage
  • lupdate
  • mac-lcov-2
  • macos-bt
  • macos-ci-test
  • main
  • mingw
  • mingw-build
  • mingw32
  • more-tee
  • msvc-14.37
  • msvc-qt5
  • optional-over-variant
  • pokit-pro-ranges
  • pokit-products
  • qt-6.10
  • qt-6.5.3
  • qt-6.6.0
  • qt-6.6.0-mingw
  • qt-6.6.1
  • qt-6.6.2
  • qt-6.6.3
  • qt-6.7.3
  • qt-6.8
  • qt-6.8.1
  • qt-6.8.2
  • qt-6.8.3
  • qt-6.9.0
  • qt-6.9.2
  • qt-install-docs
  • qt-strict
  • qt-strict-mode
  • qtest-improvements
  • qtpokit-namespace
  • raw-profile-version-mismatch
  • refs/tags/v0.2.0
  • refs/tags/v0.3.0
  • refs/tags/v0.4.0
  • sonar
  • stringliterals
  • tighter-uploads
  • torch-and-button
  • ubuntu-24.04
  • ubuntu-qt6
  • unit-tests
  • use-cores
  • v0.5.0
  • v0.5.1
  • v0.5.2
  • v0.5.3
  • v0.5.4
  • v0.5.5
  • win-llvm
  • win-toolchains
  • windeployqt
  • windows-coverage
  • workflow-tweaks
  • ww-demo
  • yamllint

09 Oct 2024 07:29AM UTC coverage: 83.081% (+0.4%) from 82.724%
11250676358

push

github

pcolby
Enabled coverage report for Clang builds

On all but macOS 13, because that host has a version of
llvm-cov that is too old to support the `--source` CLI option.
We could probably conditionally skip that option, but its not
worth the effort currently.

Squashed commit of the following:

commit 265d95a1e
Author: Paul Colby <git@colby.id.au>
Date:   Wed Oct 9 18:28:47 2024 +1100

    Remove the diagnostic `--help` command

commit 3286c55a7
Author: Paul Colby <git@colby.id.au>
Date:   Tue Oct 8 23:43:16 2024 +1100

    Correct workflow syntax

commit 45587d756
Author: Paul Colby <git@colby.id.au>
Date:   Tue Oct 8 23:39:17 2024 +1100

    Correct workflow syntax

commit 89e5c3e71
Author: Paul Colby <git@colby.id.au>
Date:   Tue Oct 8 23:35:24 2024 +1100

    Exclude coverage for Clang on macOS 13

    Since that GitHub hosted runner has an old version of llvm-cov,
    that doesn't support the `--source` CLI option (in fact, it
    doesn't even support `--version`).

    Also restored the remaining (non-coverage, and Windows) builds.

commit 38efb7422
Author: Paul Colby <git@colby.id.au>
Date:   Tue Oct 8 23:34:03 2024 +1100

    Choose an arch when using universal builds

commit aac9e5533
Author: Paul Colby <git@colby.id.au>
Date:   Tue Oct 8 22:28:01 2024 +1100

    Try the prefix path given by brew

commit 2c54dec9c
Author: Paul Colby <git@colby.id.au>
Date:   Tue Oct 8 22:23:17 2024 +1100

    Handle '@' char

commit d241b352b
Author: Paul Colby <git@colby.id.au>
Date:   Tue Oct 8 22:08:51 2024 +1100

    Try the common path

commit 048b17658
Author: Paul Colby <git@colby.id.au>
Date:   Tue Oct 8 22:05:22 2024 +1100

    Correct YAML syntax

commit 606d20e7b95657e6d4a732ba70b5e0... (continued)

1602 of 2212 branches covered (72.42%)

Branch coverage included in aggregate %.

3505 of 3935 relevant lines covered (89.07%)

966.62 hits per line

Relevant lines Covered
Build:
Build:
3935 RELEVANT LINES 3505 COVERED LINES
966.62 HITS PER LINE
Source Files on llvm-cov
  • Tree
  • List 61
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
11250676358 llvm-cov Enabled coverage report for Clang builds On all but macOS 13, because that host has a version of llvm-cov that is too old to support the `--source` CLI option. We could probably conditionally skip that option, but its not worth the effort current... push 09 Oct 2024 08:04AM UTC pcolby github
83.08
11214282901 llvm-cov The -fcoverage-mapping flag is not needed at link-time push 07 Oct 2024 11:16AM UTC pcolby github
82.72
See All Builds (360)

Badge your Repo: dokit

We detected this repo isn’t badged! Grab the embed code to the right, add it to your repo to show off your code coverage, and when the badge is live hit the refresh button to remove this message.

Could not find badge in README.

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

Refresh
  • Settings
  • 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