Skip to content

Commit

Permalink
Bump LCOV to v2.3 when collating test results
Browse files Browse the repository at this point in the history
  • Loading branch information
pcolby committed Jan 18, 2025
1 parent 303e48b commit f84688f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -702,7 +702,7 @@ jobs:
needs: [ linux, mac, win ]
runs-on: ubuntu-24.04
env:
LCOV_VERSION: 2.2 # Should stay in-step, or ahead of, the Ubuntu, macOS and Windows versions.
LCOV_VERSION: 2.3 # Should stay in-step, or ahead of, the Ubuntu, macOS and Windows versions.
steps:
- uses: actions/checkout@v4
- name: Install lcov
Expand Down

0 comments on commit f84688f

Please sign in to comment.