Skip to content

Commit

Permalink
Revive code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsvu committed May 12, 2024
1 parent 921b5c5 commit d3219f2
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/Tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -411,11 +411,10 @@ jobs:
build_type: [Debug, Release]
include:
# Generate code coverage report for a single build
# Note: currently disabled because it exceeds the available disk space
# - compiler: gcc-9
# build_type: Debug
# COVERAGE: ON
# TEST_TIMEOUT_FACTOR: 3
- compiler: gcc-9
build_type: Debug
COVERAGE: ON
TEST_TIMEOUT_FACTOR: 3
# This configuration seems to run consistently slower than newer gcc
# or clang builds, so we increase the test timeout a bit
- compiler: gcc-10
Expand Down

0 comments on commit d3219f2

Please sign in to comment.