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

SRombauts / SQLiteCpp
100%
master: 100%

Build:
Build:
LAST BUILD BRANCH: ci/checkout-submodules-permissions
DEFAULT BRANCH: master
Repo Added 20 Jun 2016 02:42PM UTC
Files 13
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 ci/checkout-submodules-permissions
branch: SELECT
CHANGE BRANCH
x
  • No branch selected
  • 181-feature-statement-iterator
  • 2.0.0
  • 2.1.0
  • 2.2.0
  • 2.3.0
  • 2.4.0
  • 2.5.0
  • 3.0.0
  • 3.1.0
  • 3.1.1
  • 3.4.0
  • 533-fix-binary-codec-keys
  • 544-feature-64-bit-bind
  • 544-fix-string-bind-size
  • abi-header-fixed-width-types
  • add-bind-no-copy-pull-request-86
  • add-cmake-project-version-to-fix-warning
  • add-implicit-cast-char-short
  • asan-tests
  • chore-remove-travis-ci
  • ci-codeql-analysis
  • ci-cpp11-cpp17-consumers
  • ci-quality-gates
  • ci-replace-appveyor
  • ci/checkout-submodules-permissions
  • cmake-4.4-policies
  • code-review
  • codex/docs-destructor-error-guidance
  • codex/feature-streamline-ci
  • coverity_scan
  • create-function-unit-test
  • database-backup
  • dependabot/github_actions/actions/checkout-6
  • docs-readme-badges
  • feature-ci-coverage
  • feature-coverity-github-actions
  • feature-cxx17-cmake-baseline
  • feature-improve-test-coverage
  • fix-assertion-handler-signatures
  • fix-column-stream-utf8
  • fix-coveralls
  • fix-executemany-clearbindings
  • fix-gcov-shared-library-linking
  • fix-getheaderinfo-shift-ub
  • fix-header-abi-compatibility
  • fix-isunencrypted-raw-read
  • fix-lp64-ambiguous-bind
  • fix-meson-assertion-handler
  • fix-meson-disable-std-filesystem-flag
  • fix-null-pointer-ub-guards
  • fix-nullptr
  • fix-savepoint-abi
  • fix-savepoint-destructor-exception-safety
  • fix-savepoint-destructor-rollback
  • fix-statement-iterator-coverage
  • fix-transaction-destructor-diagnostics
  • fix-transaction-rollback-cleanup
  • fix-vs2013-column-test
  • fix-warning-extern-variable-has-an-initializer
  • gcc-7
  • gcc-9-fix-bind
  • gcov-inline-functions
  • libsqlite3
  • master
  • move-constructor
  • release-3.4.0
  • remove-savepoint-rollback-alias
  • savepoint-rollback-semantics
  • sqlite-3.34
  • sqlitecpp-2.x
  • sqlitecpp-3.4.x
  • sqlitecpp-3.x
  • statement-unit-tests
  • subdir_example
  • test-assertion-handler-ci
  • test-building-with-mingw-on-appveyor
  • test-travis-ci-configuration
  • travis-valgrind
  • try_execute
  • update-copyright-2026
  • update-googletest-v1.18.0
  • update-sqlite-3.53.3
  • update-sqlite-3.53.4
  • update-sqlite3.19.3
  • vs2019

24 Sep 2026 09:59AM UTC coverage: 99.714%. Remained the same
35984560448

Pull #588

github

SRombauts
Restrict workflow token permissions

Give ordinary CI workflows read-only repository access by default.
CodeQL keeps its explicit security-events write permission.
Pull Request #588: Tighten GitHub Actions checkout usage

698 of 700 relevant lines covered (99.71%)

35.57 hits per line

Relevant lines Covered
Build:
Build:
700 RELEVANT LINES 698 COVERED LINES
35.57 HITS PER LINE
Source Files on master
  • Tree
  • List 13
  • 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
35984560448 ci/checkout-submodules-permissions Restrict workflow token permissions Give ordinary CI workflows read-only repository access by default. CodeQL keeps its explicit security-events write permission. Pull #588 24 Sep 2026 10:02AM UTC SRombauts github
99.71
35984523568 ci/checkout-submodules-permissions Simplify submodule checkout Let actions/checkout fetch googletest only in jobs that build the tests, and avoid unnecessary submodule initialization elsewhere. push 24 Sep 2026 10:01AM UTC SRombauts github
99.71
35984565541 ci/checkout-submodules-permissions Merge 293056160 into 6bf6dbfb5 Pull #588 24 Sep 2026 10:00AM UTC web-flow github
99.71
35984428633 ci/checkout-submodules-permissions Bump actions/checkout from 4 to 7 (#524) Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 7. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/actions/checkout/releases">actions/chec... push 24 Sep 2026 09:59AM UTC web-flow github
99.71
35984172638 fix-meson-assertion-handler Fix Meson custom assertion handler definition Meson defines the wrong macro, leaving custom handlers disabled. Use the macro checked by SQLiteCpp and pass it to consumers so their handler definitions are compiled too. push 24 Sep 2026 09:57AM UTC SRombauts github
99.71
35984132654 master Bump actions/checkout from 4 to 7 (#524) Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 7. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/actions/checkout/releases">actions/chec... push 24 Sep 2026 09:55AM UTC web-flow github
99.71
35979035591 fix-meson-assertion-handler Fix Meson custom assertion handler definition Meson defines the wrong macro, leaving custom handlers disabled. Use the macro checked by SQLiteCpp and pass it to consumers so their handler definitions are compiled too. push 24 Sep 2026 09:08AM UTC SRombauts github
99.71
35979027728 dependabot/github_actions/actions/checkout-6 Bump actions/checkout from 4 to 7 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)... Pull #524 24 Sep 2026 09:05AM UTC web-flow github
99.71
35978869950 master Fix assertion handler signatures (#587) Match the supplied assertion handlers to SQLiteCpp's `int` line parameter, fixing link errors when custom assertions are enabled. Add Debug and Release CI coverage for the unit tests and both examples. Val... push 24 Sep 2026 09:05AM UTC web-flow github
99.71
35974296201 fix-assertion-handler-signatures Document the assertion handler fix Record the custom-handler link fix and its CI coverage under PR #587. Pull #587 24 Sep 2026 08:19AM UTC SRombauts github
99.71
See All Builds (833)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc