Skip to content

Commit

Permalink
common: ignore inconsistent coverage reports #2
Browse files Browse the repository at this point in the history
Follow-up for 86adb30.
  • Loading branch information
mrc0mmand committed Nov 15, 2024
1 parent 86adb30 commit 98fbf0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vagrant/test_scripts/test-arch-coverage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ exectask "coredumpctl_collect" "coredumpctl_collect"

# Merge all "coverage-info" files from the integration tests into one file
exectask "lcov-merge-coverage" "lcov_merge everything.coverage-info $COVERAGE_DIR"
exectask "lcov-dump-coverage-report" "lcov --list everything.coverage-info"
exectask "lcov-dump-coverage-report" "lcov --ignore-errors inconsistent --list everything.coverage-info"
# Coveralls repo token is set via the .coveralls.yml configuration file generated
# in vagrant/vagrant-ci-wrapper.sh
exectask "coveralls-upload" "coveralls report --format=lcov everything.coverage-info"
Expand Down

0 comments on commit 98fbf0e

Please sign in to comment.