change(ci): run coverage on stable (#4465)

* Run coverage on stable

* Update .github/workflows/coverage.yml

Co-authored-by: teor <teor@riseup.net>

* fix(ci): sync patch file

* fix(ci): timeout and docs

Co-authored-by: teor <teor@riseup.net>
Co-authored-by: Gustavo Valverde <gustavo@iterativo.do>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
This commit is contained in:
Deirdre Connolly 2022-05-25 20:28:02 -04:00 committed by GitHub
parent 0e2831dfb1
commit 9e590839ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -13,7 +13,7 @@ on:
jobs: jobs:
coverage: coverage:
name: Coverage nightly name: Coverage on stable
# The large timeout is to accommodate: # The large timeout is to accommodate:
# - nightly builds (75 minutes, typically 30-50 minutes) # - nightly builds (75 minutes, typically 30-50 minutes)
# - parameter downloads (40 minutes, but only when the cache expires) # - parameter downloads (40 minutes, but only when the cache expires)

View File

@ -36,11 +36,11 @@ env:
jobs: jobs:
coverage: coverage:
name: Coverage nightly name: Coverage on stable
# The large timeout is to accommodate: # The large timeout is to accommodate:
# - nightly builds (75 minutes, typically 30-50 minutes), and # - stable builds (typically 30-50 minutes), and
# - parameter downloads (an extra 90 minutes, but only when the cache expires) # - parameter downloads (an extra 90 minutes, but only when the cache expires)
timeout-minutes: 165 timeout-minutes: 140
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
@ -50,7 +50,7 @@ jobs:
- uses: actions-rs/toolchain@v1.0.7 - uses: actions-rs/toolchain@v1.0.7
with: with:
toolchain: nightly toolchain: stable
override: true override: true
profile: minimal profile: minimal
components: llvm-tools-preview components: llvm-tools-preview