Fix coverage merge

This commit is contained in:
Lunny Xiao 2021-06-12 09:57:04 +08:00
parent 9331c21a78
commit 9bd238a37f
No known key found for this signature in database
GPG Key ID: C3B7C91B632F738A
1 changed files with 0 additions and 3 deletions

View File

@ -342,11 +342,8 @@ trigger:
ref: ref:
- refs/heads/master - refs/heads/master
- refs/pull/*/head - refs/pull/*/head
clone:
disable: true
steps: steps:
- name: merge_coverage - name: merge_coverage
pull: never
image: golang:1.15 image: golang:1.15
commands: commands:
- make coverage - make coverage