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

steve-downey / example
83%

Build:
DEFAULT BRANCH: main
Repo Added 11 Apr 2026 02:23PM UTC
Token wjv1AMiqSFpix2JPqCT7lm6Edp1k5TrrC regen
Build 119 Last
Files 3
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 main
branch: main
CHANGE BRANCH
x
Reset
Sync Branches
  • main
  • chore/GHA-111528-stepsecurity-remediation
  • codeql-cpp
  • dependabot/github_actions/github-actions-169dd1f415
  • dependabot/github_actions/github-actions-1a7fb3ea71
  • dependabot/github_actions/github-actions-1d94a5b35f
  • dependabot/github_actions/github-actions-240c365624
  • dependabot/github_actions/github-actions-2644579553
  • dependabot/github_actions/github-actions-3776d454d6
  • dependabot/github_actions/github-actions-6af2f2841d
  • dependabot/github_actions/github-actions-7b3d6390da
  • dependabot/github_actions/github-actions-81661f83bb
  • dependabot/github_actions/github-actions-895297528a
  • dependabot/github_actions/github-actions-ac456d73cf
  • dependabot/github_actions/github-actions-c848d333af
  • dependabot/github_actions/github-actions-d914b07a82
  • dependabot/github_actions/github-actions-f94cd0b1a3
  • dependabot/github_actions/github-actions-fb569a3cc9
  • dependabot/github_actions/github-owned-actions-0321e4ed66
  • dependabot/github_actions/github-owned-actions-085e74bc6a
  • dependabot/github_actions/github-owned-actions-2217aebe03
  • dependabot/github_actions/github-owned-actions-3c815a503c
  • dependabot/github_actions/github-owned-actions-754f0868f5
  • dependabot/github_actions/github-owned-actions-937d73b4db
  • dependabot/github_actions/github-owned-actions-ac07fb48a3
  • dependabot/github_actions/github-owned-actions-bcb0c4251a
  • dependabot/github_actions/github-owned-actions-e6ee9d7de3
  • dependabot/github_actions/github-owned-actions-f3e34333ea
  • dependabot/pip/clang-format-22.1.4
  • dependabot/pip/clang-format-22.1.5
  • dependabot/pip/cmake-4.3.2
  • dependabot/pip/cmake-4.3.4
  • dependabot/pip/shellcheck-py-gte-0.11.0.1
  • dependabot/uv/clang-format-22.1.4
  • dependabot/uv/clang-format-22.1.5
  • dependabot/uv/cmake-4.3.2
  • dependabot/uv/cmake-4.3.4
  • dependabot/uv/copier-gte-9.15.0
  • dependabot/uv/copier-gte-9.15.1
  • dependabot/uv/copier-gte-9.15.2
  • dependabot/uv/copier-gte-9.16.0
  • dependabot/uv/pre-commit-gte-4.6.0
  • steve-downey-license-1
  • steve-downey-patch-1

07 Jul 2026 01:29AM UTC coverage: 83.333%. Remained the same
28835052371

push

github

steve-downey
Add local dependency update tooling via Renovate and make update-deps

Wire up `make update-deps` which runs pre-commit autoupdate (root +
template), uv lock --upgrade, sync-template, and Renovate local
discovery. Renovate's regex customManagers cover template/ workflow
files for GitHub Actions SHA pins.

Also bumps pre-commit hooks to latest (clang-format 22.1.5,
markdownlint-cli 0.49.0, codespell 2.4.2, checkmake 0.3.0, bake
1.4.6, gitleaks 8.30.0).

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

5 of 6 relevant lines covered (83.33%)

1.83 hits per line

Relevant lines Covered
Build:
Build:
6 RELEVANT LINES 5 COVERED LINES
1.83 HITS PER LINE
Source Files on main
  • Tree
  • List 3
  • 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
28835052371 main Add local dependency update tooling via Renovate and make update-deps Wire up `make update-deps` which runs pre-commit autoupdate (root + template), uv lock --upgrade, sync-template, and Renovate local discovery. Renovate's regex customManagers c... push 07 Jul 2026 01:33AM UTC steve-downey github
83.33
28833873603 main Fix copier round-trip test for build artifacts and add scripts/ entry point Exclude .install and docs/html (build artifacts) and check_copier.sh (repo-only script) from the diff in check_copier.sh. Add scripts/check_copier.sh as a convenient entr... push 07 Jul 2026 12:59AM UTC steve-downey github
83.33
28494908215 main Fix template drift and rsync mtime blind spot in sync_template.sh rsync -a compares size+mtime, so an actions/checkout SHA bump (same 40-char length, same checkout mtime) was silently skipped, leaving template/ workflows and pyproject.toml stale.... push 01 Jul 2026 05:11AM UTC steve-downey github
83.33
28494075906 main Merge pull request #45 from steve-downey/dependabot/pip/cmake-4.3.4 Bump cmake from 4.3.2 to 4.3.4 push 01 Jul 2026 04:44AM UTC web-flow github
83.33
27852799591 main Merge pull request #44 from steve-downey/dependabot/github_actions/github-owned-actions-2217aebe03 Bump actions/checkout from 6.0.3 to 7.0.0 in the github-owned-actions group across 1 directory push 19 Jun 2026 11:22PM UTC web-flow github
83.33
27657718660 main Merge pull request #43 from steve-downey/dependabot/uv/copier-gte-9.15.2 Update copier requirement from >=9.15.1 to >=9.15.2 push 17 Jun 2026 12:46AM UTC web-flow github
83.33
27344203462 main lint and re-pin actions push 11 Jun 2026 11:41AM UTC steve-downey github
83.33
27326607634 main Add Catch2 as an alternative test framework option Introduces a `test_framework` Copier variable (default: `gtest`, choice: `catch2`) so projects bootstrapped from this template can opt into Catch2 instead of GoogleTest. The existing `use-fetch-... push 11 Jun 2026 05:47AM UTC steve-downey github
83.33
26995208370 main Merge pull request #42 from steve-downey/dependabot/github_actions/github-owned-actions-0321e4ed66 Bump github/codeql-action from 4.36.1 to 4.36.2 in the github-owned-actions group across 1 directory push 05 Jun 2026 04:23AM UTC web-flow github
83.33
26989492320 main Merge pull request #41 from steve-downey/dependabot/github_actions/github-actions-895297528a Bump the github-actions group across 1 directory with 7 updates push 05 Jun 2026 01:22AM UTC web-flow github
83.33
See All Builds (119)

Badge your Repo: example

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

© 2026 Coveralls, Inc