mirror of
https://github.com/inspec/inspec
synced 2024-11-10 15:14:23 +00:00
Merge pull request #6613 from inspec/vasundhara/activate-coverage-pipeline-on-main
Configure coverage pipeline on main
This commit is contained in:
commit
6f2925f95f
1 changed files with 10 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue