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

steve-downey / transpose / 28753566303
97%

Build:
DEFAULT BRANCH: main
Ran 05 Jul 2026 08:18PM UTC
Jobs 1
Files 13
Run time 1min
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

05 Jul 2026 08:16PM UTC coverage: 96.7%. Remained the same
28753566303

push

github

steve-downey
Fix Makefile Workflow Test: installtest was pinned to a pre-rename package

installtest/ (and the Makefile's install component) still referenced the
project's old name -- package 'transpose.transpose', component
'transpose.transpose_Development', target 'smd::transpose' -- from before
the extraction to beman.transpose. beman_install_library() derives the
install component and package name from the actual project name
('beman.transpose' -> component 'transpose_Development', package
'beman.transpose'), so cmake --install matched zero files and installed
nothing; installtest's find_package() then failed outright.

Nothing extrinsic: no infra or Beman-preset changes needed, just the stale
names in this repo's own Makefile/installtest.

- Makefile: --component transpose.transpose_Development -> transpose_Development
- installtest/CMakeLists.txt: find_package(transpose.transpose) ->
  find_package(beman.transpose); install dir + target updated to match;
  smd::transpose -> beman::transpose
- installtest/test.cpp: rewritten against the current API (the old
  <smd/transpose/transpose.hpp> free-function transpose() no longer exists);
  now smoke-tests the real front door, vector<optional<int>> ->
  optional<vector<int>>

Verified locally end-to-end: cmake --install with the fixed component
actually installs the config package (confirmed it installed nothing
before), and 'make testinstall' passes for real.

293 of 303 relevant lines covered (96.7%)

12.35 hits per line

Jobs
ID Job ID Ran Files Coverage
1 28753566303.1 05 Jul 2026 08:18PM UTC 13
96.7
GitHub Action Run
Source Files on build 28753566303
  • Tree
  • List 13
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #28753566303
  • 8003ed12 on github
  • Prev Build on main (#28752912507)
  • Delete
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