Skip to content

Commit

Permalink
Further separate codecov suites
Browse files Browse the repository at this point in the history
  • Loading branch information
mborland committed Dec 28, 2023
1 parent 0ded307 commit d8a6724
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,7 @@ jobs:
matrix:
include:
- { name: Collect coverage 1, coverage: yes,
compiler: gcc-12, cxxstd: '20', os: ubuntu-22.04, install: 'g++-12-multilib', address-model: '64', suite: 'github_ci_block_1' }
- { name: Collect coverage 2, coverage: yes,
compiler: gcc-12, cxxstd: '20', os: ubuntu-22.04, install: 'g++-12-multilib', address-model: '64', suite: 'github_ci_block_2' }
compiler: gcc-12, cxxstd: '20', os: ubuntu-22.04, install: 'g++-12-multilib', address-model: '64', suite: 'special_fun,distribution_tests,mp,misc,quadrature,interpolators,autodiff' }

timeout-minutes: 360
runs-on: ${{matrix.os}}
Expand Down

0 comments on commit d8a6724

Please sign in to comment.