Skip to content

Commit 96e3436

Browse files
authored
feat: update gcovr to 6.0 (#65)
* ci: add conventional commit check for PR title * ci: kebab-case all job names * ci: run build & push for dependabot PRs * ci: use latest cosign version bundled with action * ci: split build-push into multiple workflows * ci: provide correct path to test report * ci: re-order 'on' worklfow stanzas * ci: accept cosign public upload * ci: don't run build-push on merge queue * deps: update gcovr to 6.0
1 parent 4fbb9e6 commit 96e3436

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ RUN wget -qO /usr/local/share/ca-certificates/Cisco_Umbrella_Root_CA.crt https:/
2727
# Install some tools via pip to get more recent versions
2828
RUN python3 -m pip --no-cache-dir install \
2929
cmake==3.24.1 \
30-
gcovr==5.2
30+
gcovr==6.0
3131

3232
# Set default generator for CMake to Ninja
3333
ENV CMAKE_GENERATOR="Ninja"

0 commit comments

Comments
 (0)