mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2025-04-15 04:14:07 +00:00
ci: don't run coverage job by default on 0.22 stable branch
Coverage is mostly useful for development, and development is done on the main branch. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/-/merge_requests/1687>
This commit is contained in:
parent
cba5e1d0c7
commit
8d23a5e6a0
1 changed files with 1 additions and 0 deletions
|
@ -393,6 +393,7 @@ outdated:
|
|||
|
||||
coverage:
|
||||
allow_failure: true
|
||||
when: 'manual'
|
||||
extends:
|
||||
- '.cargo test'
|
||||
- .img-stable
|
||||
|
|
Loading…
Reference in a new issue