Merge pull request #6613 from inspec/vasundhara/activate-coverage-pipeline-on-main

Configure coverage pipeline on main
This commit is contained in:
Clinton Wolfe 2023-08-22 10:28:32 -04:00 committed by GitHub
commit 6f2925f95f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,6 +18,16 @@ pipelines:
- SLOW: 1
- NO_AWS: 1
- MT_CPU: 5
- coverage:
description: Unit test coverage
public: false
# Private due to use of tokens
trigger: pull_request
env:
- LANG: "C.UTF-8"
- SLOW: 1
- NO_AWS: 1
- MT_CPU: 5
- omnibus/release:
env:
- EXPIRE_CACHE: 1