Skip to content

Commit

Permalink
ci: Fix Meson coverage issue (#664)
Browse files Browse the repository at this point in the history
  • Loading branch information
WillAyd authored Oct 16, 2024
1 parent 206e0e3 commit 4e5cd91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/scripts/build-with-meson.sh
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ function main() {

show_header "Generate coverage reports"
ninja coverage
lcov --list meson-logs/coverage.info
lcov --list meson-logs/coverage.info --ignore-errors mismatch

popd

Expand Down

0 comments on commit 4e5cd91

Please sign in to comment.