2
0
mirror of https://github.com/boostorg/math.git synced 2026-02-24 04:02:18 +00:00

Coverage runs must be per test suite

This commit is contained in:
Matt Borland
2026-01-30 09:34:45 -05:00
parent d7b792663e
commit f59f73bc70

View File

@@ -54,7 +54,9 @@ jobs:
- { name: Collect coverage autodiff, coverage: yes,
compiler: gcc-12, cxxstd: '20', os: ubuntu-22.04, install: 'g++-12-multilib', address-model: '64', suite: 'autodiff' }
- { name: Collect coverage reverse-autodiff, coverage: yes,
compiler: gcc-12, cxxstd: '20', os: ubuntu-22.04, install: 'g++-12-multilib', address-model: '64', suite: 'test_reverse_mode_autodiff,gradient_based_optimizers' }
compiler: gcc-12, cxxstd: '20', os: ubuntu-22.04, install: 'g++-12-multilib', address-model: '64', suite: 'test_reverse_mode_autodiff' }
- { name: Collect coverage gradient-optimizers, coverage: yes,
compiler: gcc-12, cxxstd: '20', os: ubuntu-22.04, install: 'g++-12-multilib', address-model: '64', suite: 'gradient_based_optimizers' }
timeout-minutes: 360
runs-on: ${{matrix.os}}
container: ${{matrix.container}}