mirror of
https://github.com/boostorg/math.git
synced 2026-01-19 04:22:09 +00:00
Add coverage of reverse-mode autodiff
This commit is contained in:
2
.github/workflows/codecov.yml
vendored
2
.github/workflows/codecov.yml
vendored
@@ -53,6 +53,8 @@ jobs:
|
||||
compiler: gcc-12, cxxstd: '20', os: ubuntu-22.04, install: 'g++-12-multilib', address-model: '64', suite: 'interpolators' }
|
||||
- { 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' }
|
||||
timeout-minutes: 360
|
||||
runs-on: ${{matrix.os}}
|
||||
container: ${{matrix.container}}
|
||||
|
||||
Reference in New Issue
Block a user